mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
detection of itwatchdogs.com geese family - now for the fun of discovering the sensors...
git-svn-id: http://www.observium.org/svn/observer/trunk@1484 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
BIN
html/images/os/wxgoos.png
Normal file
BIN
html/images/os/wxgoos.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
11
includes/discovery/os/wxgoos.inc.php
Normal file
11
includes/discovery/os/wxgoos.inc.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
if(!$os)
|
||||
{
|
||||
if ($sysDescr == 'NETOS 6.0')
|
||||
{
|
||||
if(strstr($sysObjectId, ".1.3.6.1.4.1.901.1")) { $os = "wxgoos"; }
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -318,7 +318,6 @@ $config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_current";
|
||||
$config['os'][$os]['over'][0]['text'] = "Current";
|
||||
|
||||
|
||||
$os = "akcp";
|
||||
$config['os'][$os]['text'] = "AKCP SensorProbe";
|
||||
$config['os'][$os]['type'] = "environment";
|
||||
@@ -331,6 +330,12 @@ $config['os'][$os]['type'] = "environment";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_temperature";
|
||||
$config['os'][$os]['over'][0]['text'] = "Temperatures";
|
||||
|
||||
$os = "wxgoos";
|
||||
$config['os'][$os]['text'] = "ITWatchDogs Goose";
|
||||
$config['os'][$os]['type'] = "environment";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_temperature";
|
||||
$config['os'][$os]['over'][0]['text'] = "Temperatures";
|
||||
|
||||
$os = "papouch-tme";
|
||||
$config['os'][$os]['text'] = "Papouch TME";
|
||||
$config['os'][$os]['type'] = "environment";
|
||||
|
||||
Reference in New Issue
Block a user