Files
librenms-librenms/includes/discovery/processors.inc.php
T

7 lines
86 B
PHP
Raw Normal View History

<?php
2018-02-05 07:39:13 -06:00
use LibreNMS\Device\Processor;
use LibreNMS\OS;
2018-02-05 07:39:13 -06:00
Processor::runDiscovery($os);