alpha ordered dispatch monitor hook names (including loki)
This commit is contained in:
parent
52aa7c5d21
commit
4bd798f0ad
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue