mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 12:53:02 +02:00
[bugfix] uptime_kuma monitor is not called after name change
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user