adds latency monitoring

This commit is contained in:
Leon Morten Richter 2023-02-26 13:32:53 +01:00
parent 7cb70f316f
commit 190c82b021
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B
5 changed files with 578 additions and 119 deletions

View file

@ -7,7 +7,7 @@ global:
# Attach these labels to any time series or alerts when communicating with
# external systems (federation, remote storage, Alertmanager).
external_labels:
monitor: 'my-project'
monitor: 'mikrotik-monitoring'
# Load and evaluate rules in this file every 'evaluation_interval' seconds.
rule_files:
@ -31,3 +31,4 @@ scrape_configs:
- targets:
- 'mikrotik_exporter:9436'
- 'mktxp:49090'
- 'smokeping:9374'