Files

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

9 lines
148 B
PHP
Raw Permalink Normal View History

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