prometheus/templates/systemd/prometheus-apache-exporter.service.j2

11 lines
261 B
Plaintext
Raw Normal View History

2021-10-08 10:23:56 +02:00
[Unit]
Description=Prometheus Apache Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-apache-exporter --scrape_uri="http://localhost:{{ prometheus_apache_port }}/server-status/?auto"
[Install]
WantedBy=multi-user.target