updates config to work with v0.41 of mktx

This commit is contained in:
Leon Morten Richter 2022-12-11 14:34:51 +01:00
parent 0cddc19928
commit 169a894f63
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B
3 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -22,7 +22,7 @@ scrape_configs:
- job_name: 'prometheus'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
scrape_interval: 15s
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.