. * * @link https://www.librenms.org * * @copyright 2017 Tony Murray * @author Tony Murray */ namespace LibreNMS\Interfaces\Polling; use LibreNMS\OS; interface PollerModule { public static function poll(OS $os); }