modules/nixos/monitoring/alert-rules: remove comin rules
This commit is contained in:
parent
71927fa13e
commit
db5fdfe682
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
Filesystem80percentFull.enable = false;
|
||||||
|
|
||||||
Filesystem95percentFull = {
|
Filesystem95percentFull = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue