check_snmp_printer issue with 1 printer
Posted: Thu Nov 28, 2019 11:07 am
Hello fellow Nagios users!
I have been cracking my head with check_snmp_printer plugin. Fortunately I was able to get all the printers show correct information except one. Problematic printer will give me an error like that: "Plugin check_snmp_printer failure - snmpwalk command error. "
If I run check_snmp_printer on plugins folder:
Responds to ping very well:
When I run SNMPwalk (it is a long reply so I will just paste 4 first lines):
On printer admin page I can see:
SNMP
Status: Read-Write Access Enabled
SNMP Version: v1
Any help would be more than appreciated, tried to Google the issue, but there are not many answers regarding to that plugin unfortunately.
Thank you in advance and all the best,
Kukkurloom.
I have been cracking my head with check_snmp_printer plugin. Fortunately I was able to get all the printers show correct information except one. Problematic printer will give me an error like that: "Plugin check_snmp_printer failure - snmpwalk command error. "
If I run check_snmp_printer on plugins folder:
Code: Select all
[root@nagios libexec]# ./check_snmp_printer -H [IP] -C public -t "STATUS"
Timeout: No Response from [IP]
Plugin check_snmp_printer failure - snmpwalk command error.Code: Select all
[root@nagios libexec]# ping [IP]
PING [IP] ([IP]) 56(84) bytes of data.
64 bytes from [IP]: icmp_seq=1 ttl=255 time=0.197 ms
64 bytes from [IP]: icmp_seq=2 ttl=255 time=0.177 msCode: Select all
SNMPv2-MIB::sysDescr.0 = STRING: HP ETHERNET MULTI-ENVIRONMENT,SN:CNGTKDW182,FN:N182ZGZ,SVCID:28082,PID:HP Color LaserJet CP5225n
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.11.2.3.9.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (10935381) 1 day, 6:22:33.81SNMP
Status: Read-Write Access Enabled
SNMP Version: v1
Any help would be more than appreciated, tried to Google the issue, but there are not many answers regarding to that plugin unfortunately.
Thank you in advance and all the best,
Kukkurloom.