Problem with snmp check
Posted: Thu Jan 13, 2011 12:18 pm
Hello,
I encounter another problem with a switch.
I did setup this :
Only the service "BP Trk2" works. The others "work in CLI", but on nagios web interface, I get a :
BP Trk1
CRITICAL 01-13-2011 18:17:23 0d 7h 10m 5s 10/10 (Return code of 13 is out of bounds)
Any idea ?
Regards.
I encounter another problem with a switch.
I did setup this :
Code: Select all
define service {
host_name sw-00-00
service_description BP Trk1
check_command check_bw!"Trk1"!2000000000
use snmp-port-bw,srv-pnp
}
define service {
host_name sw-00-00
service_description BP Trk2
check_command check_bw!"Trk2"!2000000000
use snmp-port-bw,srv-pnp
}
define service {
host_name sw-00-00
service_description BP Port 24
check_command check_bw!24!1000000000
use snmp-port-bw,srv-pnp
}BP Trk1
CRITICAL 01-13-2011 18:17:23 0d 7h 10m 5s 10/10 (Return code of 13 is out of bounds)
Any idea ?
Regards.