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

<?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);
}
(new \LibreNMS\Modules\Mempools())->poll($os);