prometheus: fix typo

This commit is contained in:
zowoq 2023-11-07 10:58:41 +10:00
parent cb0666de51
commit 27f80f3b13

View File

@ -158,7 +158,7 @@
# https://healthchecks.io/ # https://healthchecks.io/
Healthchecks = { Healthchecks = {
expr = "hc_check_up == 0"; expr = "hc_check_up == 0";
annotations.description = "{{$labels.instance}}: healtcheck {{$labels.job}} fails"; annotations.description = "{{$labels.instance}}: healthcheck {{$labels.job}} fails";
}; };
CertExpiry = { CertExpiry = {