Files

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

9 lines
146 B
PHP
Raw Permalink Normal View History

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