mktxp 1.2.6 sync

This commit is contained in:
Arseniy Kuznetsov
2024-05-31 11:34:52 +01:00
parent 238cbb12ea
commit b8c02aab54
3 changed files with 2582 additions and 2571 deletions
+2572 -2566
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -25,7 +25,7 @@
verbose_mode = False # Set it on for troubleshooting verbose_mode = False # Set it on for troubleshooting
fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers parallel fetch_routers_in_parallel = False # Fetching metrics from multiple routers in parallel / sequentially
max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only) max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only)
max_scrape_duration = 30 # Max duration of individual routers' metrics collection (parallel fetch only) max_scrape_duration = 30 # Max duration of individual routers' metrics collection (parallel fetch only)
total_max_scrape_duration = 90 # Max overall duration of all metrics collection (parallel fetch only) total_max_scrape_duration = 90 # Max overall duration of all metrics collection (parallel fetch only)
+9 -4
View File
@@ -37,18 +37,22 @@
connections = True # IP connections metrics connections = True # IP connections metrics
connection_stats = False # Open IP connections metrics connection_stats = False # Open IP connections metrics
pool = True # Pool metrics
interface = True # Interfaces traffic metrics interface = True # Interfaces traffic metrics
route = True # IPv4 Routes metrics
pool = True # IPv4 Pool metrics
firewall = True # IPv4 Firewall rules traffic 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_firewall = False # IPv6 Firewall rules traffic metrics
ipv6_neighbor = False # Reachable IPv6 Neighbors ipv6_neighbor = False # IPv6 Reachable Neighbors
poe = True # POE metrics poe = True # POE metrics
monitor = True # Interface monitor metrics monitor = True # Interface monitor metrics
netwatch = True # Netwatch metrics netwatch = True # Netwatch metrics
public_ip = True # Public IP metrics public_ip = True # Public IP metrics
route = True # Routes metrics
wireless = True # WLAN general metrics wireless = True # WLAN general metrics
wireless_clients = True # WLAN clients metrics wireless_clients = True # WLAN clients metrics
capsman = True # CAPsMAN general metrics capsman = True # CAPsMAN general metrics
@@ -62,7 +66,8 @@
bgp = False # BGP sessions metrics 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 use_comments_over_names = True # when available, forces using comments over the interfaces names