Skip to content

Commit

Permalink
[docs] Add info about verbose_mode #65
Browse files Browse the repository at this point in the history
Closes #65
  • Loading branch information
devkapilbansal authored Sep 15, 2021
1 parent 765ab9a commit 7be1724
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for `OpenWRT <https://openwrt.org/>`_.
Configuration options
---------------------

UCI configuration options must go in ``/etc/config/monitoring``.
UCI configuration options must go in ``/etc/config/openwisp_monitoring``.

- ``monitored_interfaces``: interfaces that needs to be monitored, defaults to ``*`` for all interfaces.
- ``interval``: time after which device data should be sent to server, defaults to ``300``.
Expand Down Expand Up @@ -153,12 +153,10 @@ Debugging

Debugging *openwisp-monitoring package* can be easily done by using the ``logread`` command::

logread

Use grep to filter out any other log message::

logread | grep openwisp_monitoring

In case of any issue, you can enable `verbose_mode <#configuration-options>`__.

If you are in that doubt openwisp-monitoring is running at all or not, you can check with::

ps | grep openwisp_monitoring
Expand Down

0 comments on commit 7be1724

Please sign in to comment.