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

This commit is contained in:
zowoq 2024-09-13 11:30:22 +10:00
parent 71927fa13e
commit db5fdfe682

View file

@ -13,18 +13,6 @@
})
)
// {
CominDeploymentDifferentCommits = {
expr = ''count(count by (commit_id) (comin_deployment_info)) > 1'';
for = "90m";
annotations.description = "One or more comin deployments are on different commits";
};
CominDeploymentFailing = {
expr = ''comin_deployment_info{status!="done"}'';
for = "30m";
annotations.description = "{{$labels.host}} deployment failing";
};
Filesystem80percentFull.enable = false;
Filesystem95percentFull = {