@@ -213,6 +213,15 @@ command is used to collect these metrics.
213213You may choose to disable auto creation of this check by setting
214214`OPENWISP_MONITORING_AUTO_PING <#OPENWISP_MONITORING_AUTO_PING >`_ to ``False ``.
215215
216+ ``Configuration Applied ``
217+ ~~~~~~~~~~~~~~~~~~~~~~~~~
218+
219+ It checks the configuration status of the device periodically and changes
220+ the device health status to ``PROBLEM ``, if config status stays modified
221+ for more than `OPENWISP_MONITORING_DEVICE_CONFIG_CHECK_MAX_TIME <#OPENWISP_MONITORING_DEVICE_CONFIG_CHECK_MAX_TIME >`_.
222+ You may choose to disable auto creation of this check by using the
223+ setting `OPENWISP_MONITORING_AUTO_DEVICE_CONFIG_CHECK <#OPENWISP_MONITORING_AUTO_DEVICE_CONFIG_CHECK >`_.
224+
216225Settings
217226--------
218227
@@ -242,6 +251,33 @@ in terms of disk space.
242251
243252Whether ping checks are created automatically for devices.
244253
254+ ``OPENWISP_MONITORING_AUTO_DEVICE_CONFIG_CHECK ``
255+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
256+
257+ +--------------+-------------+
258+ | **type **: | ``bool `` |
259+ +--------------+-------------+
260+ | **default **: | ``True `` |
261+ +--------------+-------------+
262+
263+ This setting allows you to choose whether `config_applied <#configuration-applied >`_ checks should be
264+ created automatically for newly registered devices. It's enabled by default.
265+
266+ ``OPENWISP_MONITORING_DEVICE_CONFIG_CHECK_MAX_TIME ``
267+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
268+
269+ +--------------+-----------+
270+ | **type **: | ``int `` |
271+ +--------------+-----------+
272+ | **default **: | ``5 `` |
273+ +--------------+-----------+
274+
275+ Defines the maximum amount of minutes the device configuration can stay in the *modified *
276+ state before its health status is changed to ``PROBLEM `` and an alert is sent.
277+
278+ **Note **: The setting will be ignored if ``OPENWISP_MONITORING_AUTO_DEVICE_CONFIG_CHECK ``
279+ is ``False ``.
280+
245281``OPENWISP_MONITORING_AUTO_CHARTS ``
246282~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247283
0 commit comments