Add Promehteus Exporter

This commit is contained in:
phil 2023-11-15 12:32:00 +01:00
parent 146716ad9c
commit 872179cbcd
6 changed files with 53 additions and 9 deletions

View file

@ -0,0 +1,13 @@
# Ansible managed
[Unit]
Description = PHP-FPM Prometheus Exporter
[Service]
SyslogIdentifier = phpfpm_exporter
ExecStart =/usr/local/bin/phpfpm_exporter --phpfpm.socket-directories={{ phpfpm_exporter_socket_directories }} --web.listen-address="{{ phpfpm_exporter_listen_address }}"
[Install]
WantedBy = multi-user.target