monitoring: doorbell E2E kuma push heartbeat + systemd timer

This commit is contained in:
2026-08-28 12:58:50 -07:00
parent d17c8dea98
commit 0bc38431b9
3 changed files with 59 additions and 0 deletions
@@ -0,0 +1,8 @@
[Unit]
Description=Doorbell E2E heartbeat to Uptime Kuma
After=docker.service
Requires=docker.service
[Service]
Type=oneshot
ExecStart=/root/nr-flow-validator/infra/doorbell-probe/e2e-kuma-heartbeat.sh
@@ -0,0 +1,10 @@
[Unit]
Description=Run doorbell E2E heartbeat every minute
[Timer]
OnCalendar=*-*-* *:*:00
AccuracySec=5s
Persistent=true
[Install]
WantedBy=timers.target