浏览代码

alpha ordered dispatch monitor hook names (including loki)

Paul Wilde 1 年之前
父节点
当前提交
4bd798f0ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      borgmatic/hooks/dispatch.py

+ 1 - 1
borgmatic/hooks/dispatch.py

@@ -23,6 +23,7 @@ HOOK_NAME_TO_MODULE = {
     'cronhub': cronhub,
     'cronitor': cronitor,
     'healthchecks': healthchecks,
+    'loki': loki,
     'mariadb_databases': mariadb,
     'mongodb_databases': mongodb,
     'mysql_databases': mysql,
@@ -30,7 +31,6 @@ HOOK_NAME_TO_MODULE = {
     'pagerduty': pagerduty,
     'postgresql_databases': postgresql,
     'sqlite_databases': sqlite,
-    'loki': loki,
     'uptimekuma': uptimekuma,
 }