apc and arista fixes from fenestro

git-svn-id: http://www.observium.org/svn/observer/trunk@1862 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-03-15 17:10:44 +00:00
parent 3181f3e0b8
commit b0ed81624c
2 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$version = preg_replace("/.+ version (.+) running on .+ (\S+)$/", "\||\\2", $sysDescr );
$version = preg_replace("/.+ version (.+) running on .+ (\S+)$/", "\\1||\\2", $sysDescr );
list($version,$hardware) = explode("||", $version);
?>