axis network document server discovery

git-svn-id: http://www.observium.org/svn/observer/trunk@1370 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-16 09:39:11 +00:00
parent 103187e4f4
commit 31697d9352
3 changed files with 11 additions and 0 deletions

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,9 @@
<?php
if (!$os) {
if (preg_match("/^AXIS .* Network Document Server/", $sysDescr)) { $os = "axisdocserver"; }
}
?>

View File

@@ -110,6 +110,8 @@ $config['os']['netopia']['type'] = "network";
$config['os']['axiscam']['text'] = "AXIS Network Camera";
$config['os']['axisdocserver']['text'] = "AXIS Network Document Server";
$config['os']['gamatronicups']['text'] = "Gamatronic UPS Stack";
$config['os']['gamatronicups']['type'] = "power";