ansible-infra/roles/unbound/files/prometheus-unbound-exporter.service
bitwhisker 724d537cd5
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m42s
/ Ansible Lint (push) Successful in 2m43s
/ build (pull_request) Successful in 33s
unbound(role): fix systemd unit of prometheus exporter
2026-06-22 21:09:43 +02:00

12 lines
489 B
Desktop File

[Unit]
Description=Prometheus exporter for Unbound metrics, written in Go with pluggable metric collectors. The metrics exporter converts Unbound metric names to Prometheus metric names and labels by using a set of regular expressions.
Documentation=https://github.com/letsencrypt/unbound_exporter
After=network.target
[Service]
Type=simple
EnvironmentFile=/etc/prometheus-unbound-exporter.conf
ExecStart=/bin/unbound_exporter $UNBOUND_EXPORTER_ARGS
[Install]
WantedBy=multi-user.target