librenms/includes/discovery/os/vrp.inc.php
2015-09-19 23:06:12 +02:00

8 lines
251 B
PHP

<?php
if (!$os) {
if (stristr($sysDescr, 'VRP (R) Software') || stristr($sysDescr, 'VRP Software Version') || stristr($sysDescr, 'Software Version VRP') || stristr($sysDescr, 'Versatile Routing Platform Software')) {
$os = 'vrp';
}
}