Example #1
0
function collect_hrDevices(&$host)
{
    global $hrDevices;
    collectHostIndexedOid($host, $hrDevices, "plugin_hmib_hrDevices", "hrDevices");
}
function collect_wireless_reg(&$host)
{
    global $mikrotikWirelessRegistrations;
    collectHostIndexedOid($host, $mikrotikWirelessRegistrations, 'plugin_mikrotik_wireless_registrations', 'wireless_registrations', true, 7);
}
function collect_storage(&$host)
{
    global $mikrotikStorage;
    collectHostIndexedOid($host, $mikrotikStorage, "plugin_mikrotik_storage", "storage");
}
Example #4
0
function collect_hrDevices(&$host)
{
    global $hrDevices;
    collectHostIndexedOid($host, $hrDevices, 'plugin_hmib_hrDevices', 'hrDevices');
}