Rename emqx_alarm to emqx_alarm_mgr
This commit is contained in:
parent
eeeed35e2a
commit
83dee0e340
|
@ -26,7 +26,7 @@ start_link() ->
|
||||||
init([]) ->
|
init([]) ->
|
||||||
{ok, {{one_for_one, 10, 100},
|
{ok, {{one_for_one, 10, 100},
|
||||||
[child_spec(emqx_pool, supervisor),
|
[child_spec(emqx_pool, supervisor),
|
||||||
child_spec(emqx_alarm, worker),
|
child_spec(emqx_alarm_mgr, worker),
|
||||||
child_spec(emqx_hooks, worker),
|
child_spec(emqx_hooks, worker),
|
||||||
child_spec(emqx_stats, worker),
|
child_spec(emqx_stats, worker),
|
||||||
child_spec(emqx_metrics, worker),
|
child_spec(emqx_metrics, worker),
|
||||||
|
|
Loading…
Reference in New Issue