feat(monitor): add STALE state for push monitors #57

Merged
lerko merged 4 commits from feat/push-stale-state into main 2026-06-04 18:23:58 +00:00
Showing only changes of commit 87f4d6d494 - Show all commits
+1 -1
View File
@@ -107,7 +107,7 @@ func (m Model) viewDetailPanel() string {
row("Type", site.Type) row("Type", site.Type)
if site.Type == "push" && site.Token != "" { if site.Type == "push" && site.Token != "" {
row("Token", site.Token) row("Token", site.Token)
row("Push URL", "/api/push/"+site.Token) row("Push", "curl -X POST -H 'Authorization: Bearer "+site.Token+"' <host>/api/push")
} }
if site.URL != "" { if site.URL != "" {
row("URL", site.URL) row("URL", site.URL)