Files

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

9 lines
144 B
PHP
Raw Permalink Normal View History

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