Unable to retrieve Printer Event log alerts
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Unable to retrieve Printer Event log alerts
Hi,
I wanted to see the printer - TOSHIBA e-studio 5540c alerts in Nagios, enclosed the screenshot for your reference. I have tried with http://exchange.nagios.org/directory/Pl ... ck/details -SNMP PRINTER. However im unable to get the event messages of the printer.
./check_snmp_printer -H 192.168.10.10 -C public -x MESSAGES
UNKNOWN: Can't determine messages. Device does not support this OID.
Kindly help me out this issue.. thanks in advance!!
Regards,
Raj.
I wanted to see the printer - TOSHIBA e-studio 5540c alerts in Nagios, enclosed the screenshot for your reference. I have tried with http://exchange.nagios.org/directory/Pl ... ck/details -SNMP PRINTER. However im unable to get the event messages of the printer.
./check_snmp_printer -H 192.168.10.10 -C public -x MESSAGES
UNKNOWN: Can't determine messages. Device does not support this OID.
Kindly help me out this issue.. thanks in advance!!
Regards,
Raj.
You do not have the required permissions to view the files attached to this post.
Re: Unable to retrieve Printer Event log alerts
gm_rajkumar,
What version of SNMP haave you configured?
http://business.toshiba.com/downloads/K ... on-v04.pdf
Page 53 describes how to configure SNMP on your device.
-Yancy
What version of SNMP haave you configured?
http://business.toshiba.com/downloads/K ... on-v04.pdf
Page 53 describes how to configure SNMP on your device.
-Yancy
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Unable to retrieve Printer Event log alerts
Im using version 1 and let me know how to get the alert message to be viewed from nagios??
Regards,
Raj.
Regards,
Raj.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Unable to retrieve Printer Event log alerts
From nagios can you access the device via SNMP from the command line?
Code: Select all
snmpget -v 1 -c public 192.168.10.10 sysDescr.0-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Unable to get log alerts of printer in Nagios
Hi,
I wanted to see the printer - TOSHIBA e-studio 5540c alerts in Nagios, enclosed the screenshot for your reference. I have tried with http://exchange.nagios.org/directory/Pl ... ck/details -SNMP PRINTER. However im unable to get the event messages of the printer.
./check_snmp_printer -H 192.168.10.10 -C public -x MESSAGES
UNKNOWN: Can't determine messages. Device does not support this OID.
Kindly help me out this issue.. thanks in advance!!
Regards,
Deepak.P
I wanted to see the printer - TOSHIBA e-studio 5540c alerts in Nagios, enclosed the screenshot for your reference. I have tried with http://exchange.nagios.org/directory/Pl ... ck/details -SNMP PRINTER. However im unable to get the event messages of the printer.
./check_snmp_printer -H 192.168.10.10 -C public -x MESSAGES
UNKNOWN: Can't determine messages. Device does not support this OID.
Kindly help me out this issue.. thanks in advance!!
Regards,
Deepak.P
You do not have the required permissions to view the files attached to this post.
Re: Unable to get log alerts of printer in Nagios
Does this printer support snmp? If so, what mibs/oids does it use?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Unable to retrieve Printer Event log alerts
Hi,
The result i got is as shown below
snmpget -v 1 -c public 192.168.0.1 sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: TOSHIBA e-STUDIO5540C
Regards,
Raj
The result i got is as shown below
snmpget -v 1 -c public 192.168.0.1 sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: TOSHIBA e-STUDIO5540C
Regards,
Raj
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Unable to get log alerts of printer in Nagios
Hi,
This printer supports snmp. I can able to get all the data except ./check_snmp_printer -H 192.168.10.10 -C public -x MESSAGES. It uses 1.3.6.1.2.1.43.18.1.1.8 as OID for MESSAGES.
Regards,
Deepak.P
This printer supports snmp. I can able to get all the data except ./check_snmp_printer -H 192.168.10.10 -C public -x MESSAGES. It uses 1.3.6.1.2.1.43.18.1.1.8 as OID for MESSAGES.
Regards,
Deepak.P
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Unable to retrieve Printer Event log alerts
OK, good now lets try the OID that the plugin uses for MESSAGES
Code: Select all
snmpwalk -v 1 -c public 192.168.0.1 1.3.6.1.2.1.43.18.1.1.8-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Unable to retrieve Printer Event log alerts
I merged these 2 topic because they are exactly the same posts with different names