Completed XUPS-MIB support, complete with Eaton logo

git-svn-id: http://www.observium.org/svn/observer/trunk@1590 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-31 20:30:30 +00:00
parent d1ad98efa5
commit 7f86c37080
7 changed files with 162 additions and 24 deletions

View File

@@ -255,6 +255,7 @@ $config['os'][$os]['type'] = "power";
$os = "powerware";
$config['os'][$os]['text'] = "Powerware UPS";
$config['os'][$os]['type'] = "power";
$config['os'][$os]['icon'] = "eaton";
$os = "deltaups";
$config['os'][$os]['text'] = "Delta UPS";
@@ -280,7 +281,6 @@ $config['os'][$os]['over'][1]['text'] = "CPU Usage";
$config['os'][$os]['over'][2]['graph'] = "device_mempools";
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
$os = "speedtouch";
$config['os'][$os]['text'] = "Thomson Speedtouch";
$config['os'][$os]['ifname'] = 1;
@@ -288,7 +288,6 @@ $config['os'][$os]['type'] = "network";
$config['os'][$os]['over'][0]['graph'] = "device_bits";
$config['os'][$os]['over'][0]['text'] = "Traffic";
$os = "sonicwal";
$config['os'][$os]['text'] = "SonicWALL";
$config['os'][$os]['type'] = "firewall";