Dennis C <support@...> writes: You guys are gonna laugh--turns out it was two typos in the variables that Opsview/Nagios passes to the plugin.
Lesson to anyone else who runs across this error--make sure there are the correct number of dollar signs and underscores in your variable names! I used differential diagnosis between the plugins that worked (check_snmp_noprocesses) and the one that didn't (check_snmp_memutil), modifying the service check for check_snmp_memutil until it became identical to check_snmp_noprocesses, and that's when I noticed the missing symbols. So, "Return code of 255 is out of bounds" most likely means "no host address" or "no SNMP community." _______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/lists/listinfo/opsview-users
