mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-svn-id: http://www.observium.org/svn/observer/trunk@1903 61d68cd4-352d-0410-923a-c4978735b2b8
13 lines
295 B
PHP
Executable File
13 lines
295 B
PHP
Executable File
<?php
|
|
|
|
# | Alcatel-Lucent OS6850-U24X 6.4.3.520.R01 GA, April 08, 2010. | .1.3.6.1.4.1.6486.800.1.1.2.1.7.1.10 |
|
|
|
|
if (!$os)
|
|
{
|
|
if (strpos($sysObjectId, ".1.3.6.1.4.1.6527.1.800") != FALSE) { $os = "aos"; }
|
|
if (strpos($sysObjectId, ".1.3.6.1.4.1.6527.1.3") != FALSE) { $os = "timos"; }
|
|
}
|
|
|
|
|
|
?>
|