11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
|
[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
|