[bugfix] uptime_kuma monitor is not called after name change
This commit is contained in:
parent
2a1c790655
commit
d080bf2ae9
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ HOOK_NAME_TO_MODULE = {
|
|||
'pagerduty': pagerduty,
|
||||
'postgresql_databases': postgresql,
|
||||
'sqlite_databases': sqlite,
|
||||
'uptimekuma': uptimekuma,
|
||||
'uptime_kuma': uptimekuma,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ MONITOR_HOOK_NAMES = (
|
|||
'loki',
|
||||
'ntfy',
|
||||
'pagerduty',
|
||||
'uptimekuma',
|
||||
'uptime_kuma',
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue