diff --git a/config/prod.exs b/config/prod.exs index c30fa5e..95d289f 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -13,5 +13,10 @@ config :logger, level: :info config :ehmon, :report_mf, {:ehmon, :info_report} +# diskusage_logger calls disksup, +# which by default uses df flags that aren't available on alpine's busybox. +# this tells disksup to use different df flags +config :os_mon, disksup_posix_only: true + # Runtime production configuration, including reading # of environment variables, is done on config/runtime.exs.