Add Socomec Net Vision UPS support, patch by Ole Myhre

git-svn-id: http://www.observium.org/svn/observer/trunk@1888 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-16 21:13:12 +00:00
parent 1078803644
commit 1f8c4f622e
6 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (!$os)
{
if (preg_match("/^Net Vision/", $sysDescr)) { $os = "netvision"; }
}
?>