From 7fe81fe612aabb9750a9fe8f1acda86043404ff3 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Thu, 27 Jul 2023 11:08:32 +0200 Subject: [PATCH] vmalert: revert accidental changes to Makefile rule Signed-off-by: hagen1778 --- app/vmalert/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/vmalert/Makefile b/app/vmalert/Makefile index 4a27eac1c7..37787e5c17 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 \