updates config files

This commit is contained in:
Leon Morten Richter 2023-01-14 13:53:23 +01:00
parent 169a894f63
commit 3727900c29
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B
2 changed files with 8 additions and 1 deletions

View file

@ -24,3 +24,9 @@
minimal_collect_interval = 5 # Minimal metric collection interval minimal_collect_interval = 5 # Minimal metric collection interval
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
max_worker_threads = 5 # Max number of worker threads that can fetch routers. Meaningless if fetch_routers_in_parallel is set to False
max_scrape_duration = 10 # Max duration of individual routers' metrics collection
total_max_scrape_duration = 30 # Max overall duration of all metrics collection

View file

@ -35,8 +35,9 @@
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 # Reachable IPv6 Neighbors
monitor = True # Interface monitor metrics
poe = True # POE metrics poe = True # POE metrics
monitor = True # Interface monitor metrics
netwatch = True # Netwatch metrics
public_ip = True # Public IP metrics public_ip = True # Public IP metrics
route = True # Routes metrics route = True # Routes metrics
wireless = True # WLAN general metrics wireless = True # WLAN general metrics