コード例 #1
0
ファイル: poller_hmib.php プロジェクト: khoimt/cacti-sample
function collect_hrDevices(&$host)
{
    global $hrDevices;
    collectHostIndexedOid($host, $hrDevices, "plugin_hmib_hrDevices", "hrDevices");
}
コード例 #2
0
function collect_wireless_reg(&$host)
{
    global $mikrotikWirelessRegistrations;
    collectHostIndexedOid($host, $mikrotikWirelessRegistrations, 'plugin_mikrotik_wireless_registrations', 'wireless_registrations', true, 7);
}
コード例 #3
0
function collect_storage(&$host)
{
    global $mikrotikStorage;
    collectHostIndexedOid($host, $mikrotikStorage, "plugin_mikrotik_storage", "storage");
}
コード例 #4
0
ファイル: poller_hmib.php プロジェクト: Cacti/plugin_hmib
function collect_hrDevices(&$host)
{
    global $hrDevices;
    collectHostIndexedOid($host, $hrDevices, 'plugin_hmib_hrDevices', 'hrDevices');
}