Skip to content

Commit

Permalink
faq.md: fix some minor issues
Browse files Browse the repository at this point in the history
While reading the FAQ, I noticed three things:

* munin-node was typoed

* A full sentence was part of the example code and had a weird `?` at the end
  suggesting a link

* A reference URL no longer exists, so better remove it.
  • Loading branch information
paulgevers authored and steveschnepp committed Dec 31, 2023
1 parent 4fe6530 commit 6c65c1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Apply the mentioned patch to Server.pm.

This problem occurs when you try to run `munin-node` as the `munin` user. Run `munin-node` as `root` instead.

(Note that the munin master should run as `munin`, but `munin-nod` as `root`).
(Note that the munin master should run as `munin`, but `munin-node` as `root`).

## Configuration

Expand Down Expand Up @@ -132,7 +132,8 @@ Like this:
[server.example.com]
address 10.0.0.1
postfix_mailstats.graph_period minute
See graph_period? for details.

See [graph_period](http://guide.munin-monitoring.org/en/latest/reference/munin.conf.html?highlight=graph_period#cmdoption-munin-conf-arg-graph-period) for details.

### Q: Can I get a graph to show percentages instead of regular values?

Expand Down Expand Up @@ -216,7 +217,7 @@ Yes, use the domain_order option at the topmost level.
To specify that you want the topmost level, either put the option before any host/domain definitions,
or reset the host/domain definition with `[]`. Note that in munin 1.4.3, this is an either-or situation;
You can't reset the host definition with `[]` unless a previous group has been declared.
if you want to declare the domain order first in munin.conf, do not precede it with `[]`. ref: http://munin-monitoring.org/ticket/960
if you want to declare the domain order first in munin.conf, do not precede it with `[]`.

[]
domain_order foo.bar goo.bar alpha.bar
Expand Down

0 comments on commit 6c65c1e

Please sign in to comment.