infrastructure/ansible/plays/templates/heartbeat.service.j2

8 lines
136 B
Plaintext
Raw Normal View History

2023-04-06 01:03:25 +02:00
[Unit]
Description=Heartbeat
[Service]
Type=oneshot
ExecStart=/usr/bin/curl -fsS -m 10 --retry 5 {{ monitor_url }}
StandardOutput=null