diff --git a/priv/emqx.schema b/priv/emqx.schema index 3f1203aa9..475e0f6ad 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -2512,6 +2512,10 @@ end}. %%-------------------------------------------------------------------- %% Operating System Monitor %%-------------------------------------------------------------------- +{mapping, "os_mon.memsup_improved_system_memory_data", "os_mon.memsup_improved_system_memory_data", [ + {default, true}, + {datatype, {enum, [true, false]}} +]}. {mapping, "os_mon.cpu_check_interval", "emqx.os_mon", [ {default, 60},