mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
arp-table test module order (#8119)
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
"discovery": {
|
||||
"ipv4_mac": [
|
||||
{
|
||||
"mac_address": "00131929dd40",
|
||||
"ipv4_address": "10.37.105.94",
|
||||
"mac_address": "00900b2a11ad",
|
||||
"ipv4_address": "10.37.105.100",
|
||||
"context_name": null
|
||||
},
|
||||
{
|
||||
@ -35,8 +35,8 @@
|
||||
"context_name": null
|
||||
},
|
||||
{
|
||||
"mac_address": "00900b2a11ad",
|
||||
"ipv4_address": "10.37.105.100",
|
||||
"mac_address": "00131929dd40",
|
||||
"ipv4_address": "10.37.105.94",
|
||||
"context_name": null
|
||||
}
|
||||
]
|
||||
|
@ -14,6 +14,11 @@
|
||||
"ipv4_address": "10.37.105.100",
|
||||
"context_name": null
|
||||
},
|
||||
{
|
||||
"mac_address": "00900b2a11b0",
|
||||
"ipv4_address": "10.37.105.254",
|
||||
"context_name": null
|
||||
},
|
||||
{
|
||||
"mac_address": "0000cd3709b4",
|
||||
"ipv4_address": "172.16.1.2",
|
||||
@ -28,11 +33,6 @@
|
||||
"mac_address": "001aeb937aa6",
|
||||
"ipv4_address": "172.16.20.2",
|
||||
"context_name": null
|
||||
},
|
||||
{
|
||||
"mac_address": "00900b2a11b0",
|
||||
"ipv4_address": "10.37.105.254",
|
||||
"context_name": null
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -9,6 +9,7 @@ applications:
|
||||
arp-table:
|
||||
ipv4_mac:
|
||||
excluded_fields: [device_id, port_id]
|
||||
order_by: ipv4_mac.context_name, ipv4_mac.ipv4_address, ipv4_mac.mac_address
|
||||
bgp-peers:
|
||||
devices:
|
||||
included_fields: [bgpLocalAs]
|
||||
|
Reference in New Issue
Block a user