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