title: APC ATS: Output Power
agents: snmp
catalog: hw/power/apc
license: GPL
distribution: check_mk
description:
 This Check monitors the output measurements of a APC Automatic Transfer Switch.

inventory:
 One service will be created for each power phase

item:
 The internal number of the power phase
examples:
 apc_ats_output_default_levels = {
     'load_perc_max': (85, 95),
     'output_voltage_min': (100, 50),
     'output_voltage_max': (240, 250),
     'load_perc_min': (10.0, 5.0)
     }

perfdata:
 volt: The current ouput in volt
 watt: The current output in watt
 ampere: The current used output in ampere
 load_perc: The current load in percent
