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

check_cs121

Rating
0 votes
Favoured:
0
Hits
84323
Files:
FileDescription
check_cs121.plcheck_cs121.pl
Nagios CSP

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!
Nagios check to retrieve information from the SNMP adapter plugged into a UPS. Currently checking Input Voltages, Phase Loads and UPS temparature. Run check_cs121 on command line to see usage options. Config as follows:-
Commands.cfg

define command {

command_name check_cs121

command_line $USER1$/check_cs121.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$

}

Services.cfg

define service{

service_description service_name

check_command check_cs121!community!option!W!C

hostgroup_name ups

}