fix default sys.config after health_check update (#15)

This commit is contained in:
Boris 2019-09-11 11:53:02 +03:00 committed by GitHub
parent 09b71d1ed0
commit 6b8296051b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,11 @@
num_acceptors => 100 % size of acceptors pool, default is 10
}},
{health_checkers, [
{erl_health, disk , ["/", 99]},
{erl_health, cg_memory, [99]},
{erl_health, service , [<<"bender">>]}
]}
{health_check, #{
disk => {erl_health, disk , ["/", 99]},
memory => {erl_health, cg_memory, [99]},
service => {erl_health, service , [<<"bender">>]}
}}
]},
{kernel, [