mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2026-01-27 11:39:35 +00:00
updates config files
This commit is contained in:
parent
169a894f63
commit
3727900c29
2 changed files with 8 additions and 1 deletions
|
|
@ -24,3 +24,9 @@
|
|||
minimal_collect_interval = 5 # Minimal metric collection interval
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue