Plugin admin

Version: Not specified

Main configuration parameters detail

runtime.system.alerts.diskspace.threshold

The limit size of free disk space (in MegaBytes).

Configuration:

<param id="runtime.system.alerts.diskspace.threshold" type="long">
<label i18n="true">PLUGINS_ADMIN_SYSTEM_ALERT_CONFIG_AMETYSHOME_LIMIT_SIZE_LABEL</label>
<description i18n="true">PLUGINS_ADMIN_SYSTEM_ALERT_CONFIG_AMETYSHOME_LIMIT_SIZE_DESCRIPTION</description>
<default-value>2048</default-value>
<category i18n="true">plugin.core:PLUGINS_CORE_SYSTEM_CONFIG_CATEGORY</category>
<group i18n="true">PLUGINS_ADMIN_SYSTEM_ALERT_CONFIG_GROUP</group>
<order>2</order>
</param>

runtime.system.alerts.enable

This parameter indicates if we enable the system alerts.

Configuration:

<param id="runtime.system.alerts.enable" type="boolean" group-switch="true">
<label i18n="true">PLUGINS_ADMIN_SYSTEM_ALERT_CONFIG_ENABLE_LABEL</label>
<description i18n="true">PLUGINS_ADMIN_SYSTEM_ALERT_CONFIG_ENABLE_DESCRIPTION</description>
<default-value>false</default-value>
<category i18n="true">plugin.core:PLUGINS_CORE_SYSTEM_CONFIG_CATEGORY</category>
<group i18n="true">PLUGINS_ADMIN_SYSTEM_ALERT_CONFIG_GROUP</group>
<order>1</order>
</param>