Files
librenms-librenms/includes/polling/processors.inc.php

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

7 lines
92 B
PHP
Raw Normal View History

<?php
use LibreNMS\Device\Processor;
use LibreNMS\OS;
Processor::poll(OS::make($device));