Skip to content

Commit 7be1724

Browse files
[docs] Add info about verbose_mode #65
Closes #65
1 parent 765ab9a commit 7be1724

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for `OpenWRT <https://openwrt.org/>`_.
3535
Configuration 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

154154
Debugging *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+
162160
If you are in that doubt openwisp-monitoring is running at all or not, you can check with::
163161

164162
ps | grep openwisp_monitoring

0 commit comments

Comments
 (0)