Rename emqx_alarm to emqx_alarm_mgr

This commit is contained in:
Feng Lee 2018-07-19 10:53:41 +08:00
parent eeeed35e2a
commit 83dee0e340
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ start_link() ->
init([]) ->
{ok, {{one_for_one, 10, 100},
[child_spec(emqx_pool, supervisor),
child_spec(emqx_alarm, worker),
child_spec(emqx_alarm_mgr, worker),
child_spec(emqx_hooks, worker),
child_spec(emqx_stats, worker),
child_spec(emqx_metrics, worker),