Skip to content

Commit

Permalink
[chores] Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
purhan authored and Aryamanz29 committed May 18, 2022
1 parent 4274854 commit 8abfc5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://netjson.org/docs/what.html#devicemonitoring>`_
* Collection of monitoring information via `SNMP`_
* Collection of monitoring information via `SNMP <#snmp>`_

------------

Expand Down Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion openwisp_monitoring/check/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8abfc5b

Please sign in to comment.