mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
ipoman2.0
git-svn-id: http://www.observium.org/svn/observer/trunk@2664 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -34,6 +34,7 @@ $config['os'][$os]['over'][2]['graph'] = "device_mempool";
|
||||
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||
|
||||
|
||||
|
||||
### Linux-based OSes here please.
|
||||
|
||||
$os = "linux";
|
||||
@@ -66,7 +67,6 @@ $config['os'][$os]['over'][1]['text'] = "Processor Usage";
|
||||
$config['os'][$os]['over'][2]['graph'] = "device_mempool";
|
||||
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||
|
||||
|
||||
### Other Unix-based OSes here please.
|
||||
|
||||
$os = "freebsd";
|
||||
@@ -630,6 +630,8 @@ $config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['icon'] = "ingrasys";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_current";
|
||||
$config['os'][$os]['over'][0]['text'] = "Current";
|
||||
$config['os'][$os]['over'][1]['graph'] = "device_power";
|
||||
$config['os'][$os]['over'][1]['text'] = "Power";
|
||||
|
||||
$os = "wxgoos";
|
||||
$config['os'][$os]['text'] = "ITWatchDogs Goose";
|
||||
|
||||
Reference in New Issue
Block a user