mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 22:51:28 +08:00
14 lines
222 B
SYSTEMD
14 lines
222 B
SYSTEMD
[Unit]
|
|
Description=Send queue metrics to Zabbix
|
|
ConditionPathExists=/etc/nrpe.d/rabbitmq_args.ini
|
|
Wants=network-online.target
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=5min
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|