diff --git a/integration/bind_exporter.conf b/integration/bind_exporter.conf new file mode 100644 index 00000000..7eb3b269 --- /dev/null +++ b/integration/bind_exporter.conf @@ -0,0 +1,2 @@ +# Define herethe command line options for bind_exporter +OPTIONS="" diff --git a/integration/systemd-bind_exporter.service b/integration/systemd-bind_exporter.service new file mode 100644 index 00000000..ad2a237a --- /dev/null +++ b/integration/systemd-bind_exporter.service @@ -0,0 +1,11 @@ +[Unit] +Description=Bind Exporter +Documentation="https://github.com/prometheus-community/bind_exporter" + +[Service] +User=bind_exporter +EnvironmentFile=/etc/sysconfig/bind_exporter +ExecStart=/usr/sbin/bind_exporter $OPTIONS + +[Install] +WantedBy=multi-user.target