Fix healthcheck config example (#16)

This commit is contained in:
Andrew Mayorov 2020-01-31 17:45:29 +03:00 committed by GitHub
parent 815cd106f4
commit 1aa0919184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
idle_timeout => infinity
}},
{shutdown_timeout, 7000},
{health_checkers, #{
{health_check, #{
disk => {erl_health, disk , ["/", 99] },
memory => {erl_health, cg_memory, [99] },
service => {erl_health, service , [<<"sequences">>]}