mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 18:19:30 +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 = True # Turns metrics bandwidth metrics collection on / off
|
||||||
bandwidth_test_interval = 420 # Interval for colllecting bandwidth metrics
|
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
|
verbose_mode = False # Set it on for troubleshooting
|
||||||
|
|
|
||||||
|
|
@ -44,4 +44,7 @@
|
||||||
capsman = True # CAPsMAN general metrics
|
capsman = True # CAPsMAN general metrics
|
||||||
capsman_clients = True # CAPsMAN clients 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
|
use_comments_over_names = True # when available, forces using comments over the interfaces names
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ scrape_configs:
|
||||||
- job_name: 'prometheus'
|
- job_name: 'prometheus'
|
||||||
|
|
||||||
# Override the global default and scrape targets from this job every 5 seconds.
|
# Override the global default and scrape targets from this job every 5 seconds.
|
||||||
scrape_interval: 5s
|
scrape_interval: 15s
|
||||||
|
|
||||||
# metrics_path defaults to '/metrics'
|
# metrics_path defaults to '/metrics'
|
||||||
# scheme defaults to 'http'.
|
# scheme defaults to 'http'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue