mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Removes SNMP interfaces_status no longer used
This commit is contained in:
parent
67e8a415cc
commit
46c5439549
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ local function snmp_device_run_user_scripts(cached_device)
|
|||
local iface_entity = alerts_api.snmpInterfaceEntity(device_ip, snmp_interface_index)
|
||||
-- Augment data with counters and status
|
||||
snmp_interface["if_counters"] = cached_device.if_counters[snmp_interface_index]
|
||||
snmp_interface["interfaces_status"] = cached_device.interfaces_status[snmp_interface_index]
|
||||
snmp_interface["bridge"] = cached_device.bridge[snmp_interface_index]
|
||||
|
||||
alerts_api.invokeScriptHook(script, confset_id, hook_fn, device_ip, snmp_interface_index, table.merge(snmp_interface, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue