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

10 lines
188 B
Plaintext
Raw Normal View History

2023-04-06 01:03:25 +02:00
[Unit]
2023-09-15 13:53:23 +02:00
Description=Notify Kuma that this node is alive
2023-04-06 01:03:25 +02:00
[Timer]
2023-09-15 13:53:23 +02:00
OnActiveSec={{ heartbeat_timer_interval }}
OnUnitActiveSec={{ heartbeat_timer_interval }}
2023-04-06 01:03:25 +02:00
[Install]
WantedBy=timers.target