Skip to content

Commit 6c65c1e

Browse files
paulgeverssteveschnepp
authored andcommitted
faq.md: fix some minor issues
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.
1 parent 4fe6530 commit 6c65c1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_pages/faq.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Apply the mentioned patch to Server.pm.
5555

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

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

6060
## Configuration
6161

@@ -132,7 +132,8 @@ Like this:
132132
[server.example.com]
133133
address 10.0.0.1
134134
postfix_mailstats.graph_period minute
135-
See graph_period? for details.
135+
136+
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.
136137

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

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

221222
[]
222223
domain_order foo.bar goo.bar alpha.bar

0 commit comments

Comments
 (0)