I am asked to modify a default clean nfsen-1.3.6p1
install to to collect and poll every 30 seconds.
I "patched" libexec/NfSenRC.pm
's nfdump
command arguments that it uses to -w -D -t 30 -p $port -u $uid -g $gid $buffer_opts $subdirlayout -P $pidfile $ziparg $extensions
(-t 30
) and the capture data is updated every 30 seconds but I don't know how and where to change the RRD resolution (yes I appreciate that the rrds will need recreating) and the way they're used.
Also changed other 300 second hardcoded values and if
statements in the other modules in libexec/
And also how to change the web interface to allow display of all these changes, currently it still locks to at least 5 minutes ago when checking the most recent values in a graph