Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_raritan_pdu.pl
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!
Based on check_apc_pdu by Marius Rieder.
Checks Raritan Dominion PX series pdu's for load/outlet status.
Based on check_apc_pdu by Marius Rieder.
Configurable values for warning/critical power draw (
$warningAmp/$criticalAmp).
Usage:
check_raritan_pdu -H [-C ] [-p ]
define command {
command_name check_raritan_pdu
command_line /usr/bin/perl /usr/lib/nagios/plugins/check_raritan_pdu.pl -H $HOSTADDRESS$ -C $ARG1$
}
define service{
hostgroups raritan
use generic-service
check_command check_raritan_pdu!READCOMMUNITY
service_description Raritan PDU Status
normal_check_interval 5
retry_check_interval 1
contact_groups admins
}
Based on check_apc_pdu by Marius Rieder.
Configurable values for warning/critical power draw (
$warningAmp/$criticalAmp).
Usage:
check_raritan_pdu -H
define command {
command_name check_raritan_pdu
command_line /usr/bin/perl /usr/lib/nagios/plugins/check_raritan_pdu.pl -H $HOSTADDRESS$ -C $ARG1$
}
define service{
hostgroups raritan
use generic-service
check_command check_raritan_pdu!READCOMMUNITY
service_description Raritan PDU Status
normal_check_interval 5
retry_check_interval 1
contact_groups admins
}
Reviews (0)
Be the first to review this listing!