Add servertech sentry3 pdu support, by falz

git-svn-id: http://www.observium.org/svn/observer/trunk@1887 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-16 20:13:50 +00:00
parent a6e575b577
commit 1078803644
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (!$os)
{
if (preg_match("/^Sentry\ Switched /", $sysDescr)) { $os = "sentry3"; }
}
?>