mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there
git-svn-id: http://www.observium.org/svn/observer/trunk@1480 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -154,6 +154,10 @@ $config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
$config['os'][$os]['icon'] = "extreme";
|
||||
|
||||
$os = "packetshaper";
|
||||
$config['os'][$os]['text'] = "Blue Coat Packetshaper";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
|
||||
$os = "xos";
|
||||
$config['os'][$os]['text'] = "Extreme XOS";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
@@ -192,7 +196,7 @@ $config['os'][$os]['text'] = "Dell DRAC";
|
||||
$config['os'][$os]['icon'] = "dell";
|
||||
|
||||
$os = "bcm963";
|
||||
$config['os'][$os]['text'] = "Broadcom BCM963xxx";
|
||||
$config['os'][$os]['text'] = "Broadcom BCM963xx";
|
||||
$config['os'][$os]['icon'] = "broadcom";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
@@ -366,6 +370,13 @@ $config['os'][$os]['type'] = "printer";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_toner";
|
||||
$config['os'][$os]['over'][0]['text'] = "Toner";
|
||||
|
||||
$os = "okilan";
|
||||
$config['os'][$os]['group'] = "printer";
|
||||
$config['os'][$os]['text'] = "OKI Printer";
|
||||
$config['os'][$os]['overgraph'][] = "device_toner";
|
||||
$config['os'][$os]['overtext'] = "Toner";
|
||||
$config['os'][$os]['type'] = "printer";
|
||||
|
||||
$os = "brother";
|
||||
$config['os'][$os]['group'] = "printer";
|
||||
$config['os'][$os]['text'] = "Brother Printer";
|
||||
|
Reference in New Issue
Block a user