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_ted

Current Version
0.1
Last Release Date
2011-10-03
Compatible With
  • Nagios 3.x
  • Nagios XI
Owner
License
BSD
Hits
85928
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!
Collect status and performance data from a TED5000 power monitoring gateway.
This plugin uses curl to download the /stats.htm page from a ted5000 gateway. It then parses the output for the requested data on the requested MTUs. By default, the plugin returns the number of active MTUs and performance data for voltage, power, and kVA on all available MTUs.

The ted5000 is a power monitoring system that can monitor up to four circuits: http://www.theenergydetective.com/

Plugin usage:

check_ted.pl -H hostname [-data tag [-data tag [...]]] [-mtu id [-mtu id [...]]]

Output from default invocation:

OK: 4 MTUs | mtu1_kva=542 mtu1_power=520 mtu1_voltage=120.9 mtu2_kva=130 mtu2_power=128 mtu2_voltage=120.4 mtu3_kva=2676 mtu3_power=2312 mtu3_voltage=120.8 mtu4_kva=248 mtu4_power=214 mtu4_voltage=120.2

Output when only MTU 2 is specified:

OK: 4 MTUs | mtu2_kva=132 mtu2_power=128 mtu2_voltage=120.5