modules/nixos/monitoring/alert-rules: add comin
This commit is contained in:
parent
2999dc1192
commit
6bdb32d87d
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue