Files
librenms-librenms/includes/polling/os.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
142 B
PHP
Raw Normal View History

<?php
use LibreNMS\OS;
if (! $os instanceof OS) {
$os = OS::make($device);
}
(new \LibreNMS\Modules\Os())->poll($os, app('Datastore'));