mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +00:00
interface monitor optimisations/wifiwave2 support
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
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
|
||||
max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only)
|
||||
max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only)
|
||||
total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only)
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
user = True # Active Users metrics
|
||||
queue = True # Queues metrics
|
||||
remote_dhcp_entry = None # Alternative mktxp entry for DHCP info resolution (capsman/wireless)
|
||||
|
||||
remote_dhcp_entry = None # An MKTXP entry for remote DHCP info resolution (capsman/wireless)
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user