Fix uptime_kuma monitor not being called after name change (#891).

Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/891
This commit is contained in:
Dan Helfman
2024-06-27 16:27:07 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ HOOK_NAME_TO_MODULE = {
'pagerduty': pagerduty,
'postgresql_databases': postgresql,
'sqlite_databases': sqlite,
'uptimekuma': uptimekuma,
'uptime_kuma': uptimekuma,
}
+1 -1
View File
@@ -8,7 +8,7 @@ MONITOR_HOOK_NAMES = (
'loki',
'ntfy',
'pagerduty',
'uptimekuma',
'uptime_kuma',
)