totoro: oops, indent

This commit is contained in:
Luke Granger-Brown 2021-04-20 14:48:00 +00:00
parent 6cba0be3b5
commit f3a99c40d3

View file

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