Skip to content

Commit

Permalink
Merge pull request #29 from murraystokely/main
Browse files Browse the repository at this point in the history
Add missing requirement, correct command typo, and correct invalid config syntax snippet.
  • Loading branch information
gthess committed May 17, 2023
2 parents 3b20053 + bf170e8 commit 61f9bb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sphinx-version-warning==1.1.2
sphinx-tabs==3.2.0
sphinx-copybutton==0.4.0
sphinx-notfound-page
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion source/getting-started/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ file.
Note that on some systems the ``/usr/local/etc/unbound/`` directory might be
write-protected.

If the :command:`unbound-control-setup` command fails due to the insufficient
If the :command:`unbound-anchor` command fails due to the insufficient
permissions, run the command as the correct user, here we use the user
``unbound`` as this is the default user.

Expand Down
11 changes: 7 additions & 4 deletions source/topics/core/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@ your system. The ``statefile`` is a temporary file.

.. code-block:: text
[unbound*] user root env.statefile
/usr/local/var/munin/plugin-state/unbound-state env.unbound_conf
/usr/local/etc/unbound/unbound.conf env.unbound_control
/usr/local/sbin/unbound-control env.spoof_warn 1000 env.spoof_crit 100000
[unbound*]
user root
env.statefile /usr/local/var/munin/plugin-state/unbound-state
env.unbound_conf /usr/local/etc/unbound/unbound.conf
env.unbound_control /usr/local/sbin/unbound-control
env.spoof_warn 1000
env.spoof_crit 100000
Restart the munin-node daemon. Munin will automatically pick up the new graph
and plot it with ``rrdtool``.
Expand Down

0 comments on commit 61f9bb7

Please sign in to comment.