I'm having such an issue. When I run the check_snmp command from the terminal, I get this output:
Code: Select all
:/usr/lib/nagios/plugins# ./check_snmp -H IP -o JUNIPER-MIB::jnxOperatingState.4.1.1.0 -C <community> -m JUNIPER-MIB
SNMP OK - running(2) |Code: Select all
:/usr/lib/nagios/plugins# snmpget -v2c -c <community> IP JUNIPER-MIB::jnxOperatingState.4.1.1.0
JUNIPER-MIB::jnxOperatingState.4.1.1.0 = INTEGER: running(2)Code: Select all
Status Information: SNMP OK - 2But I would like to see the full plugin output... May be I missed something? Could anyone help me to resolve this issue? I believe it should be easy done by some setting, I missed...