shift / domain_exporter

Prometheus WHOIS domain details exporter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systemd domain_exporter

SD3vEng opened this issue · comments

Hi! Tell me how to run domain_exporter in the background and add it to systemd??

A basic example would be:

[Unit]
Description=Domain Exporter

[Service]
User=nobody
ExecStart=/path/to/domain_exporter --config /path/to/config.yaml

[Install]
WantedBy=multi-user.target

I tried installing the package via yum and rpm, but I couldn't find the installation location and the location of the configuration file