Disable default alarm handler

This commit is contained in:
Evgeniy Khramtsov 2017-12-18 12:15:49 +03:00
parent 47c2118fa7
commit a0607f6740
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
-spec start() -> ok.
start() ->
gen_event:add_handler(alarm_handler, ?MODULE, []),
gen_event:swap_handler(alarm_handler, {alarm_handler, swap}, {?MODULE, []}),
application:load(os_mon),
application:set_env(os_mon, start_cpu_sup, false),
application:set_env(os_mon, start_disksup, false),