Merge branch 'alerting-rules' of https://github.com/fosrl/pangolin into alerting-rules

This commit is contained in:
miloschwartz
2026-04-21 15:03:10 -07:00
17 changed files with 295 additions and 108 deletions

View File

@@ -335,6 +335,9 @@ export const orgQueries = {
healthChecks: {
targetHealthCheckId: number;
name: string;
siteId: number | null;
siteName: string | null;
siteNiceId: string | null;
hcEnabled: boolean;
hcHealth: "unknown" | "healthy" | "unhealthy";
hcMode: string | null;