Files

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

9 lines
144 B
PHP
Raw Permalink Normal View History

<?php
use LibreNMS\OS;
if (! $os instanceof OS) {
$os = OS::make($device);
}
2023-10-04 10:32:59 -05:00
(new \LibreNMS\Modules\Xdsl())->poll($os, app('Datastore'));