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

2021-10-19 19:32:28 -05:00
<?php
namespace LibreNMS\Interfaces\Polling\Netstats;
interface SnmpNetstatsPolling
{
public function pollSnmpNetstats(array $oids): array;
}