mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-24 10:59:31 +00:00
updates config to work with v0.41 of mktx
This commit is contained in:
parent
0cddc19928
commit
169a894f63
3 changed files with 5 additions and 1 deletions
|
|
@ -21,5 +21,6 @@
|
|||
|
||||
bandwidth = True # Turns metrics bandwidth metrics collection on / off
|
||||
bandwidth_test_interval = 420 # Interval for colllecting bandwidth metrics
|
||||
minimal_collect_interval = 5 # Minimal metric collection interval
|
||||
|
||||
verbose_mode = False # Set it on for troubleshooting
|
||||
|
|
|
|||
|
|
@ -44,4 +44,7 @@
|
|||
capsman = True # CAPsMAN general metrics
|
||||
capsman_clients = True # CAPsMAN clients metrics
|
||||
|
||||
user = True # Active Users metrics
|
||||
queue = True # Queues metrics
|
||||
|
||||
use_comments_over_names = True # when available, forces using comments over the interfaces names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue