Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

naknak

Reviews(1)
bynaknak, May 17, 2016
check_snmp_mgeeaton_ups
seems working,

for convenience I use this instead :
define command {
command_name check_mge_ups
command_line $USER1$/check_snmp_mgeeaton_ups.pl -H $HOSTADDRESS$ -C public -O $ARG1$
}

less commands statement, and my hosts looks like

define service{
use generic-service
host_name xxx
service_description battery_remaining_time
check_command check_mge_ups!battery_remaining_time
}