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 committed by Aliaksandr Valialkin
parent 2e39070f95
commit 91eddeca52
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -77,8 +77,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 \