Toshiba printer e182 monitoring code
-
jaseem.abdu
- Posts: 3
- Joined: Mon Feb 15, 2016 5:11 am
Toshiba printer e182 monitoring code
Please letme know the monitoring config statements for toshiba estudio 182... i mean the check_command for printer service monitoring....i am using the default code supplied for hp...hpjd...but it shows critical error in nagios...which i suppose is due to command error....... am new to nagios learning
Last edited by jaseem.abdu on Tue Feb 16, 2016 10:38 am, edited 1 time in total.
Re: Toshiba printer e182 monitoring code
Have you looked at our exchange (https://exchange.nagios.org) to see if any of the plugins will work for you?
Former Nagios Employee
-
jaseem.abdu
- Posts: 3
- Joined: Mon Feb 15, 2016 5:11 am
Re: Toshiba printer e182 monitoring code
Yes doenot exist for toshiba. can you please help me how to use a downloaded plugin file 
-
jaseem.abdu
- Posts: 3
- Joined: Mon Feb 15, 2016 5:11 am
Re: Toshiba printer e182 monitoring code
I have downloaded check_printer...i dont know how to use that plugin script....how to install iit
Re: Toshiba printer e182 monitoring code
You'll need to download it to /usr/local/nagios/libexec/ (our standard plugins directory), then chmod +x file.
You'll then need to create a command definition, and assign it to a service. Here's a couple links that will further explain it -
Command definitions - https://assets.nagios.com/downloads/nag ... ml#command
Service definition - https://assets.nagios.com/downloads/nag ... ml#service
You'll then need to create a command definition, and assign it to a service. Here's a couple links that will further explain it -
Command definitions - https://assets.nagios.com/downloads/nag ... ml#command
Service definition - https://assets.nagios.com/downloads/nag ... ml#service
Former Nagios Employee