Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd unit #86

Open
till opened this issue Apr 17, 2021 · 1 comment
Open

systemd unit #86

till opened this issue Apr 17, 2021 · 1 comment
Labels
help wanted Extra attention is needed
Milestone

Comments

@till
Copy link
Contributor

till commented Apr 17, 2021

The configuration is pretty straightforward

[Unit]
Description=DNSBL Exporter
StartLimitBurst=5


[Service]
User=root
ExecStart=/root/prometheus-monitoring/dnsbl_exporter/dnsbl_exporter --config.dns-resolver [REDACTED] --config.rbls /root/prometheus-monitoring/config-files/dnsbl_exporter/rbls.ini --config.targets /root/prometheus-monitoring/config-files/dnsbl_exporter/targets.ini
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=default.target

The version used is the latest release

./dnsbl_exporter --version
dnsbl-exporter version 0.4.3

Originally posted by @andbuitra in #64 (comment)

@till
Copy link
Contributor Author

till commented Apr 17, 2021

Related: #10

@till till mentioned this issue Apr 17, 2021
@till till added the help wanted Extra attention is needed label Apr 17, 2021
@till till added this to the 1.0.0 milestone Apr 17, 2021
@till till mentioned this issue Apr 17, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant