[bugfix] uptime_kuma monitor is not called after name change
Some checks failed
build / test (push) Has been cancelled
build / docs (push) Has been cancelled

This commit is contained in:
Paul Wilde 2024-06-27 12:49:07 +01:00
parent 2a1c790655
commit d080bf2ae9
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ HOOK_NAME_TO_MODULE = {
'pagerduty': pagerduty,
'postgresql_databases': postgresql,
'sqlite_databases': sqlite,
'uptimekuma': uptimekuma,
'uptime_kuma': uptimekuma,
}

View file

@ -8,7 +8,7 @@ MONITOR_HOOK_NAMES = (
'loki',
'ntfy',
'pagerduty',
'uptimekuma',
'uptime_kuma',
)