Tylan / check_snmp_printer

Icinga Plugin for Checking SNMP Printer Status (Trays, Consumables and Pagecounts)
GNU General Public License v3.0
12 stars 4 forks source link

Adding Ricoh #7

Closed terryprosafco closed 4 years ago

terryprosafco commented 4 years ago

As mentioned on https://exchange.icinga.com/Tylan/check_snmp_printer, I wanted to see if you can add Ricoh check as well.

Tylan commented 4 years ago

Yes I would totally be happy to add support for these printers. Can you please provide the output of the following?

snmpwalk -On -c public -v 1 \<ip of printer> .1.3.6.1.2.1.43

snmpwalk -On -c public -v 1 \<ip of printer> .1.3.6.1.2.1.25.3.2.1.3.1

change public if your community is different. change -v 1 to -v 2c if -v 1 doesn't work.

terryprosafco commented 4 years ago

Walk1.txt

I've added the walk output of the first command, nothing returned from the second one though.

Tylan commented 4 years ago

Hmm, that tool didn't give me actually values for some reason. Can you download this:

https://dl.ezfive.com/snmpsoft-tools/SnmpWalk.zip

and then put that in its own separate directory and run these commands:

snmpwalk -c:public -v:2c -r:192.168.53.85 -os:1.3.6.1.2.1.43 > walk_1.txt

snmpwalk -c:public -v:2c -r:192.168.53.85 -os:1.3.6.1.2.1.25.3.2.1.3.1 > walk_2.txt

Thanks!

Tylan commented 4 years ago

were you able to grab those walks?

terryprosafco commented 4 years ago

What did you mean with "that tool didn't give the actual values"? Isn't it the OID's that you need? Those values contain Serial numbers and other data related to our network, which I don't like sharing. Do you need those values to expand the tool?