prometheus-fail2ban-exporter/_examples/systemd
Markus Pesch 3998f9e2c2
continuous-integration/drone/push Build is passing Details
Initial Commit
2023-10-02 12:50:34 +02:00
..
README.md Initial Commit 2023-10-02 12:50:34 +02:00
fail2ban_exporter.service Initial Commit 2023-10-02 12:50:34 +02:00

README.md

Systemd

The .service file in this directory should be copied to the /etc/systemd/system/ folder.

  • It expects the binary file to be installed at /usr/sbin/fail2ban_exporter.
  • It expects a user named fail2ban_exporter to exist. This user should not have a shell or any special privileges aside from read-access to the fail2ban socket file.

The ExecStart line can be modified to add any custom CLI flags.