librenms-librenms/includes/discovery/os/primeinfrastructure.inc.php
Aaron Daniels 851b13dccd Added OS detection for Cisco Prime Infrastructure
- Added $hardware, $version & $serial
2016-08-17 16:32:05 +10:00

8 lines
121 B
PHP

<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.9.1.2307')) {
$os = 'primeinfrastructure';
}
}