mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
disable memory overlib graph for m0n0wall (their SNMP daemon doesn't seem to return that information)
git-svn-id: http://www.observium.org/svn/observer/trunk@1517 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -44,6 +44,10 @@ $os = "monowall";
|
||||
$config['os'][$os]['group'] = "unix";
|
||||
$config['os'][$os]['text'] = "m0n0wall";
|
||||
$config['os'][$os]['type'] = "firewall";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
$config['os'][$os]['over'][1]['graph'] = "device_processors";
|
||||
$config['os'][$os]['over'][1]['text'] = "CPU Usage";
|
||||
|
||||
$os = "solaris";
|
||||
$config['os'][$os]['group'] = "unix";
|
||||
|
||||
Reference in New Issue
Block a user