mktxp 1.2.6 sync
This commit is contained in:
+9
-4
@@ -37,18 +37,22 @@
|
||||
connections = True # IP connections metrics
|
||||
connection_stats = False # Open IP connections metrics
|
||||
|
||||
pool = True # Pool metrics
|
||||
interface = True # Interfaces traffic metrics
|
||||
|
||||
route = True # IPv4 Routes metrics
|
||||
pool = True # IPv4 Pool metrics
|
||||
firewall = True # IPv4 Firewall rules traffic metrics
|
||||
neighbor = True # IPv4 Reachable Neighbors
|
||||
|
||||
ipv6_route = False # IPv6 Routes metrics
|
||||
ipv6_pool = False # IPv6 Pool metrics
|
||||
ipv6_firewall = False # IPv6 Firewall rules traffic metrics
|
||||
ipv6_neighbor = False # Reachable IPv6 Neighbors
|
||||
ipv6_neighbor = False # IPv6 Reachable Neighbors
|
||||
|
||||
poe = True # POE metrics
|
||||
monitor = True # Interface monitor metrics
|
||||
netwatch = True # Netwatch metrics
|
||||
public_ip = True # Public IP metrics
|
||||
route = True # Routes metrics
|
||||
wireless = True # WLAN general metrics
|
||||
wireless_clients = True # WLAN clients metrics
|
||||
capsman = True # CAPsMAN general metrics
|
||||
@@ -62,7 +66,8 @@
|
||||
|
||||
bgp = False # BGP sessions metrics
|
||||
|
||||
remote_dhcp_entry = None # An MKTXP entry for remote DHCP info resolution (capsman/wireless)
|
||||
remote_dhcp_entry = None # An MKTXP entry to provide for remote DHCP info / resolution
|
||||
remote_capsman_entry = None # An MKTXP entry to provide for remote capsman info
|
||||
|
||||
use_comments_over_names = True # when available, forces using comments over the interfaces names
|
||||
|
||||
|
||||
Reference in New Issue
Block a user