mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user