Files
librenms-librenms/includes/discovery/os/zywall.inc.php

10 lines
184 B
PHP
Raw Normal View History

<?php
2016-09-22 22:59:35 +01:00
if (starts_with($sysDescr, 'ZyWALL 2X')) {
2016-09-22 02:10:50 +03:00
$os = 'zywall';
}
2016-09-22 03:58:29 +03:00
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.890.1.6', '.1.3.6.1.4.1.890.1.15'))) {
2016-09-22 03:58:29 +03:00
$os = 'zywall';
2016-09-22 04:23:00 +03:00
}