diff --git a/app/vmalert/Makefile b/app/vmalert/Makefile index 4a27eac1c..37787e5c1 100644 --- a/app/vmalert/Makefile +++ b/app/vmalert/Makefile @@ -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 \