Files

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

9 lines
142 B
PHP
Raw Permalink Normal View History

<?php
use LibreNMS\OS;
2011-05-03 21:46:25 +00:00
if (! $os instanceof OS) {
$os = OS::make($device);
2012-04-13 23:10:32 +00:00
}
2023-10-04 10:32:59 -05:00
(new \LibreNMS\Modules\Os())->poll($os, app('Datastore'));