mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 01:59:30 +00:00
adds latency monitoring
This commit is contained in:
parent
7cb70f316f
commit
190c82b021
5 changed files with 578 additions and 119 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue