So I have the following in my switch.cfg file:
Code: Select all
define service{
use generic-service ; Inherit values from a template
host_name Core_Switch
service_description 450MB Link to USA
check_command check_snmp!-C public -o ifOperStatus.A24 -r 1 -m RFC1213-MIB
}
All well and good, I wish it had turned it on so I wouldn't be seeing this ugly orange message. Clearly, it hasn't switched it on so it's left to me (or in this case, you the lucky reader of this post) to help me decipher what Nagios is actually trying to tell me.External command error: No log handling enabled - turning on stderr logging
So, any volunteers?