l monitoring: use correct logstash url

This commit is contained in:
lassulus 2018-05-03 18:04:38 +02:00
parent 6166b3b84e
commit 28d6704a0d

View File

@ -164,7 +164,7 @@
];
"webhook_configs" = [
{
"url" = "https://example.com/prometheus-alerts";
"url" = "http://127.0.0.1:14813/prometheus-alerts";
"send_resolved" = true;
}
];