diff --git a/dicos/70_prometheus.xml b/dicos/70_prometheus.xml index d78fb7e..109d6d5 100644 --- a/dicos/70_prometheus.xml +++ b/dicos/70_prometheus.xml @@ -7,18 +7,23 @@ 80 443 9090 + 9100 - + - + oui + + + + prometheus - + 15s - + 30s diff --git a/systemd/prometheus.service b/systemd/prometheus.service index 38352c0..b7f3eee 100644 --- a/systemd/prometheus.service +++ b/systemd/prometheus.service @@ -6,7 +6,7 @@ After=network-online.target [Service] User=root Restart=on-failure -ExecStart=/usr/local/bin/prometheus/prometheus --config.file=/etc/prometheus/prometheus.yml +ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml [Install] WantedBy=multi-user.target