Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_hpjd_new
4.0
2011-07-07
- Nagios 3.x
- Nagios 4.x
114521
File | Description |
---|---|
check_hpjd_new.php | Version 1 |
check_hpjd_new.php | Version 2 |
check_hpjd_new.php | Version 3 |
check_hpjd_new4.zip | Version 4 |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
To invoke, include this in commands.cfg:
define command{
command_name check_hpjd_new
command_line php /path/to/check_hpjd_new.php $HOSTADDRESS$ public
}
Version 3 has added warn and critical thresholds. To invoke:
define command{
command_name check_hpjd_new
command_line php /path/to/check_hpjd_new.php $HOSTADDRESS$ public 10 5
}
Change public to whatever your SNMP community string is or just leave it alone.
This plugin requires php5-snmp to be installed. See your OS vendor's repository for details.
Beyond that, use just like "check_hpjd" in your device configs.
Limitations:
This will only work with printers that have the built-in Jet Direct module and will not work with the cable connected Jet Direct boxes.
define command{
command_name check_hpjd_new
command_line php /path/to/check_hpjd_new.php $HOSTADDRESS$ public
}
Version 3 has added warn and critical thresholds. To invoke:
define command{
command_name check_hpjd_new
command_line php /path/to/check_hpjd_new.php $HOSTADDRESS$ public 10 5
}
Change public to whatever your SNMP community string is or just leave it alone.
This plugin requires php5-snmp to be installed. See your OS vendor's repository for details.
Beyond that, use just like "check_hpjd" in your device configs.
Limitations:
This will only work with printers that have the built-in Jet Direct module and will not work with the cable connected Jet Direct boxes.
Reviews (2)
byclatramp, November 23, 2015
Good plugin
thanks you for sharing
PS: Is missing the Drum checking on version 4
thanks you for sharing
PS: Is missing the Drum checking on version 4
bymcantsin, August 27, 2011
Thank you! - Works fine for me.
"check_hpjd -H myprinter.local -C public" generated "Error in packet ()".
rgrds, MC
P.S. See also: http://blog.hackersare.us/2011/06/checkhpjdnew-nagios-plugin.html
"check_hpjd -H myprinter.local -C public" generated "Error in packet ()".
rgrds, MC
P.S. See also: http://blog.hackersare.us/2011/06/checkhpjdnew-nagios-plugin.html