forked from narendergaddam/victoriametrics-rpm
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvmalert.conf
More file actions
10 lines (9 loc) · 881 Bytes
/
vmalert.conf
File metadata and controls
10 lines (9 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
# https://docs.victoriametrics.com/victoriametrics/vmalert/
#
# https://docs.victoriametrics.com/victoriametrics/vmalert/#quickstart
# To start using vmalert you will need the following things:
# - list of rules - PromQL/MetricsQL expressions to execute;
# - datasource address - reachable VictoriaMetrics instance for rules execution;
# - notifier address - reachable Alert Manager instance for processing, aggregating alerts and sending notifications.
# - remote write address [optional] - remote write compatible storage address for storing recording rules results and alerts state in for of timeseries.
ARGS="-rule=/etc/victoriametrics/vmalert/alerts.yml -datasource.url=http://127.0.0.1:8428 -notifier.url=http://127.0.0.1:9093 -remoteWrite.url=http://127.0.0.1:8428 -remoteRead.url=http://127.0.0.1:8428 -external.label=cluster=east-1 -external.label=replica=a"