From 8abfc5b37eafabd8b7098363a7d874f767625b41 Mon Sep 17 00:00:00 2001 From: purhan Date: Thu, 26 Aug 2021 19:14:58 +0530 Subject: [PATCH] [chores] Requested changes --- README.rst | 4 ++-- openwisp_monitoring/check/base/models.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 957a7589f..1a1cbbc16 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ Available Features * Extensible metrics and charts: it's possible to define new metrics and new charts * API to retrieve the chart metrics and status information of each device based on `NetJSON DeviceMonitoring `_ -* Collection of monitoring information via `SNMP`_ +* Collection of monitoring information via `SNMP <#snmp>`_ ------------ @@ -1010,7 +1010,7 @@ created automatically for newly registered devices. It's enabled by default. | **default**: | ``False`` | +--------------+-------------+ -Whether SNMP checks are created automatically for devices. The devices need to have an snmp daemon +Whether `SNMP <#snmp>`_ checks are created automatically for devices. The devices need to have an snmp daemon installed in order for this check to work. ``OPENWISP_MONITORING_AUTO_CHARTS`` diff --git a/openwisp_monitoring/check/base/models.py b/openwisp_monitoring/check/base/models.py index ef2bfcb75..21bea7dd6 100644 --- a/openwisp_monitoring/check/base/models.py +++ b/openwisp_monitoring/check/base/models.py @@ -124,7 +124,7 @@ def auto_config_check_receiver(sender, instance, created, **kwargs): def auto_snmp_receiver(sender, instance, created, **kwargs): """ - Implements OPENWISP_MONITORING_AUTO_DEVICE_SNMP_DEVICEMONITORING + Implements OPENWISP_MONITORING_AUTO_SNMP The creation step is executed in the background """ # we need to skip this otherwise this task will be executed