Hello everyone,
With this HP printer model, the toner fill levels are not recognized via SNMP v1. Unfortunately, I haven’t found anything helpful on this topic so far.
An SNMPwalk, for example, shows the colors.
snmpwalk -v1 -c public 192.168.100.69 |grep -A4 -B4 -i black
iso.3.6.1.2.1.43.12.1.1.3.1.1 = INTEGER: 3
iso.3.6.1.2.1.43.12.1.1.3.1.2 = INTEGER: 3
iso.3.6.1.2.1.43.12.1.1.3.1.3 = INTEGER: 3
iso.3.6.1.2.1.43.12.1.1.3.1.4 = INTEGER: 3
iso.3.6.1.2.1.43.12.1.1.4.1.1 = STRING: "black"
iso.3.6.1.2.1.43.12.1.1.4.1.2 = STRING: "cyan"
iso.3.6.1.2.1.43.12.1.1.4.1.3 = STRING: "magenta"
iso.3.6.1.2.1.43.12.1.1.4.1.4 = STRING: "yellow"
iso.3.6.1.2.1.43.12.1.1.5.1.1 = INTEGER: 8
… but they are not detected during an discovery process.
cmk --debug -vvI PRINTER
Using cached OID .1.3.6.1.2.1.1.2.0: '.0.0'
Using cached OID .1.3.6.1.2.1.1.2.0: '.0.0'
SNMP scan found hr_mem if inv_if snmp_info snmp_uptime
Do toner OIDs need to be configured in CMK?
I wanted to upload the output from the SNMPwalk and the cmk -vvI command here, but unfortunately, this is not allowed for a new user.
Best regards and many thanks!
cmk_debug_vvi.txt (121.6 KB)
snmpwalk_v1_c_public.txt (27.4 KB)