Added support for WebPower Pro II UPS cards.

This commit is contained in:
Mike Rostermund
2015-06-24 14:23:54 -07:00
parent 66ab6482e1
commit b8c8c20d18
4 changed files with 31 additions and 0 deletions

View File

@@ -850,6 +850,12 @@ $config['os'][$os]['type'] = "power";
$config['os'][$os]['over'][0]['graph'] = "device_current";
$config['os'][$os]['over'][0]['text'] = "Current";
$os = "webpower";
$config['os'][$os]['text'] = "WebPower";
$config['os'][$os]['type'] = "power";
$config['os'][$os]['over'][0]['graph'] = "device_current";
$config['os'][$os]['over'][0]['text'] = "Current";
$os = "netbotz";
$config['os'][$os]['text'] = "Netbotz Environment sensor";
$config['os'][$os]['type'] = "environment";