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

6 lines
99 B
PHP
Raw Normal View History

<?php
2016-09-22 23:10:34 +03:00
if (str_contains($sysObjectId, '.1.3.6.1.4.1.5596.180.6.4.1')) {
2016-09-22 02:34:17 +03:00
$os = 'tpconductor';
}