File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ for `OpenWRT <https://openwrt.org/>`_.
3535Configuration options
3636---------------------
3737
38- UCI configuration options must go in ``/etc/config/monitoring ``.
38+ UCI configuration options must go in ``/etc/config/openwisp_monitoring ``.
3939
4040- ``monitored_interfaces ``: interfaces that needs to be monitored, defaults to ``* `` for all interfaces.
4141- ``interval ``: time after which device data should be sent to server, defaults to ``300 ``.
@@ -153,12 +153,10 @@ Debugging
153153
154154Debugging *openwisp-monitoring package * can be easily done by using the ``logread `` command::
155155
156- logread
157-
158- Use grep to filter out any other log message::
159-
160156 logread | grep openwisp_monitoring
161157
158+ In case of any issue, you can enable `verbose_mode <#configuration-options >`__.
159+
162160If you are in that doubt openwisp-monitoring is running at all or not, you can check with::
163161
164162 ps | grep openwisp_monitoring
You can’t perform that action at this time.
0 commit comments