actually commit powervault detection + minor polling

git-svn-id: http://www.observium.org/svn/observer/trunk@1357 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-15 17:21:02 +00:00
parent 265a54e462
commit 3f3b6c1c86
5 changed files with 18 additions and 3 deletions
-1
View File
@@ -102,7 +102,6 @@ function getHostOS($device)
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq");
$sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn");
$dir_handle = @opendir($config['install_dir'] . "/includes/osdiscovery") or die("Unable to open $path");
while ($file = readdir($dir_handle))
{