1
mirror of https://git.brainsys.io/ansible-roles/prometheus.git synced 2026-02-09 20:08:08 +00:00
Files
ansible-role-prometheus/templates/systemd/prometheus-phpfpm-exporter.service.j2
Camille Prugnard bca9798942 add phpfpm exporter
2021-10-05 16:52:47 +02:00

11 lines
203 B
Django/Jinja

[Unit]
Description=Prometheus PHP-FPM Exporter
After=network.target
[Service]
Type=simple
ExecStart=/bin/bash /usr/local/bin/prometheus-phpfpm-exporter-script.sh
[Install]
WantedBy=multi-user.target