modules/nixos/monitoring/alert-rules: add comin

This commit is contained in:
zowoq 2024-03-22 12:22:47 +10:00
parent 2999dc1192
commit 6bdb32d87d

View file

@ -11,6 +11,12 @@
annotations.description = "status of ${name} is unknown: no data for a day";
})) //
{
CominDeploymentFailing = {
expr = ''comin_deployment_status != 2'';
for = "30m";
annotations.description = "{{$labels.host}} deployment failing";
};
Filesystem80percentFull.enable = false;
Filesystem90percentFull = {