dashy: link falco alerts to netdata's Alerts tab instead of homepage

This commit is contained in:
2026-08-16 16:43:38 +00:00
parent 390916cf31
commit 5d2e43c74e
+1 -1
View File
@@ -39,7 +39,7 @@ def to_dashy_entry(t):
return { return {
"link": { "link": {
"text": f"{when} - {status} - {rule_name}", "text": f"{when} - {status} - {rule_name}",
"url": f"{NETDATA_URL}/", "url": f"{NETDATA_URL}/alerts",
"title": f"{status}: {rule_name}", "title": f"{status}: {rule_name}",
}, },
"date": time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime(t["when"])), "date": time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime(t["when"])),