totoro: oops, indent
This commit is contained in:
parent
6cba0be3b5
commit
f3a99c40d3
1 changed files with 18 additions and 18 deletions
|
@ -265,25 +265,25 @@ in {
|
|||
summary: "Blade: Single Blade Power Usage Out of Bounds"
|
||||
description: "{{ $labels.system }} has power usage of {{ $value }}, which is out of expected bounds."
|
||||
|
||||
# Systems
|
||||
- alert: NodeExporterDown
|
||||
expr: up{exporter="node", system=~"(blade-(tuvok|paris|janeway|torres)|kusakabe|marukuru|swann|totoro|clouvider-.*|etheroute-.*)"} < 1
|
||||
for: 30m
|
||||
labels:
|
||||
severity: page
|
||||
annotations:
|
||||
summary: "Node exporter no longer scrapable"
|
||||
description: "{{ $labels.system }} is not reachable from totoro."
|
||||
# Systems
|
||||
- alert: NodeExporterDown
|
||||
expr: up{exporter="node", system=~"(blade-(tuvok|paris|janeway|torres)|kusakabe|marukuru|swann|totoro|clouvider-.*|etheroute-.*)"} < 1
|
||||
for: 30m
|
||||
labels:
|
||||
severity: page
|
||||
annotations:
|
||||
summary: "Node exporter no longer scrapable"
|
||||
description: "{{ $labels.system }} is not reachable from totoro."
|
||||
|
||||
# Alert if the NixOS channels are broken
|
||||
- alert: NixOSChannelBad
|
||||
expr: hydra_job_failed{} == 1
|
||||
for: 30m
|
||||
labels:
|
||||
severity: email
|
||||
annotations:
|
||||
summary: "NixOS Channel {{ $labels.channel }} failing"
|
||||
description: "The channel {{ $labels.channel }} is failing - see https://hydra.nixos.org/job/{{ $labels.project }}/{{ $labels.jobset }}/tested"
|
||||
# Alert if the NixOS channels are broken
|
||||
- alert: NixOSChannelBad
|
||||
expr: hydra_job_failed{} == 1
|
||||
for: 30m
|
||||
labels:
|
||||
severity: email
|
||||
annotations:
|
||||
summary: "NixOS Channel {{ $labels.channel }} failing"
|
||||
description: "The channel {{ $labels.channel }} is failing - see https://hydra.nixos.org/job/{{ $labels.project }}/{{ $labels.jobset }}/tested"
|
||||
''
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue