mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +00:00
DS refactor, fixes/optimizations
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
|
||||
|
||||
[MKTXP]
|
||||
port = 49090 # default metrics HTTP server port
|
||||
port = 49090 # default metrics HTTP server port
|
||||
bandwidth_test_interval = 420 # Interval between periodic bandwidth tests
|
||||
|
||||
socket_timeout = 2 # Socket connection timeout
|
||||
socket_timeout = 2 # Socket connection timeout
|
||||
initial_delay_on_failure = 120 # Delay untill next connection attempt to a RouterOS Device
|
||||
max_delay_on_failure = 900 # Max delay untill next connection attempt to a RouterOS Device
|
||||
delay_inc_div = 5 # Delay increment factor
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
capsman = True # CAPsMAN general metrics
|
||||
capsman_clients = True # CAPsMAN clients metrics
|
||||
|
||||
use_comments_over_names = False # 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