Index: includes/discovery/temperatures/apc.inc.php =================================================================== --- includes/discovery/temperatures/apc.inc.php (revision 3181) +++ includes/discovery/temperatures/apc.inc.php (working copy) @@ -1,6 +1,6 @@ \ No newline at end of file +?> Index: includes/discovery/voltages/apc.inc.php =================================================================== --- includes/discovery/voltages/apc.inc.php (revision 3181) +++ includes/discovery/voltages/apc.inc.php (working copy) @@ -1,7 +1,7 @@ \ No newline at end of file +?> Index: includes/definitions.inc.php =================================================================== --- includes/definitions.inc.php (revision 3181) +++ includes/definitions.inc.php (working copy) @@ -663,7 +663,19 @@ $config['os'][$os]['type'] = "power"; $config['os'][$os]['over'][0]['graph'] = "device_current"; $config['os'][$os]['over'][0]['text'] = "Current"; +$config['os'][$os]['over'][1]['graph'] = "device_voltage"; +$config['os'][$os]['over'][1]['text'] = "Voltage"; +$os = "apcups"; +$config['os'][$os]['text'] = "APC UPS"; +$config['os'][$os]['type'] = "power"; +$config['os'][$os]['group'] = "ups"; +$config['os'][$os]['icon'] = "apc"; +$config['os'][$os]['over'][0]['graph'] = "device_voltage"; +$config['os'][$os]['over'][0]['text'] = "Voltage"; +$config['os'][$os]['over'][1]['graph'] = "device_frequency"; +$config['os'][$os]['over'][1]['text'] = "Frequencies"; + $os = "netbotz"; $config['os'][$os]['text'] = "Netbotz Environment sensor"; $config['os'][$os]['type'] = "environment";