Files

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

9 lines
130 B
PHP
Raw Permalink Normal View History

2007-04-08 12:23:31 +00:00
<?php
2021-10-19 19:32:28 -05:00
use LibreNMS\OS;
2007-04-08 21:26:06 +00:00
2021-10-19 19:32:28 -05:00
if (! $os instanceof OS) {
$os = OS::make($device);
}
(new \LibreNMS\Modules\Netstats())->poll($os);