vmalert: revert accidental changes to Makefile rule

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2023-07-27 11:08:32 +02:00
parent 4cd1497ac1
commit 7fe81fe612
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -78,8 +78,9 @@ test-vmalert:
run-vmalert: vmalert
./bin/vmalert -rule=app/vmalert/config/testdata/rules/rules2-good.rules \
-datasource.url=http://demo.robustperception.io:9090 \
-notifier.blackhole \
-datasource.url=http://localhost:8428 \
-notifier.url=http://localhost:9093 \
-notifier.url=http://127.0.0.1:9093 \
-remoteWrite.url=http://localhost:8428 \
-remoteRead.url=http://localhost:8428 \
-external.label=cluster=east-1 \