diff --git a/prometheus.nomad b/prometheus.nomad index b93b96a..e83ecdc 100644 --- a/prometheus.nomad +++ b/prometheus.nomad @@ -13,7 +13,6 @@ job "prometheus" { network { port "prometheus_ui" { static = 9090 - to = 9090 } } @@ -38,6 +37,25 @@ job "prometheus" { } } + template { + change_mode = "noop" + destination = "local/webserver_alert.yml" + + data = <