mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Raritan support from yeled
git-svn-id: http://www.observium.org/svn/observer/trunk@2398 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -695,6 +695,13 @@ $config['os'][$os]['over'][0]['graph'] = "device_current";
|
||||
$config['os'][$os]['over'][0]['text'] = "Current";
|
||||
$config['os'][$os]['icon'] = "servertech";
|
||||
|
||||
$os = "raritan";
|
||||
$config['os'][$os]['text'] = "Raritan PDU";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_current";
|
||||
$config['os'][$os]['over'][0]['text'] = "Current";
|
||||
$config['os'][$os]['icon'] = "raritan";
|
||||
|
||||
$os = "vmware";
|
||||
$config['os'][$os]['type'] = "server";
|
||||
$config['os'][$os]['text'] = "VMware";
|
||||
|
||||
Reference in New Issue
Block a user