Remove checks for update script for nixos.org website (#106)
Due to https://github.com/NixOS/nixos-homepage/pull/330
Rok Garbas committed
Mar 6, 2020 at 13:50 UTC
24aaee3934bb3a76b68db428c99702c374c0110b
1 file changed
-7
delft/eris.nix
-7
@@ -157,13 +157,6 @@ in {
157
for = "30m";
158
annotations.summary = "https://status.nixos.org/grafana/d/fBW4tL1Wz/scheduled-task-state-channels-website?orgId=1&refresh=10s";
159
}
160
- {
161
- alert = "HomepageUpdateStuck";
162
- expr = ''max_over_time(node_systemd_unit_state{name=~"^update-homepage.*.service$",state=~"failed"}[5m]) == 1'';
163
- for = "30m";
164
- labels.severity = "page";
165
- annotations.summary = "https://status.nixos.org/grafana/d/fBW4tL1Wz/scheduled-task-state-channels-website?orgId=1&refresh=10s";
166
- }
160
];
161
}
162
];