When trying to change the timeout on this plugin, I found that the -t
option is not correctly processed. In fact, that option is not
documented on the plugin help although it appears in the getopts()
logic in the source: /usr/local/nagios/libexec/check_snmp_runningproc
The fix is probably to change the getopts() string from:
getopts("h:H:C:p:r:t");
to:
getopts("hH:C:p:r:t:");
The plugin help should also be changed to document the timeout and the
retry (-r) option.
Thanks
Bob
--
Bob Hepple <[email protected]>
ph: 07-5584-5908 Fx: 07-5575-9550
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users