summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2013-08-21 17:38:02 +0200
committerTomas Barton <barton.tomas@gmail.com>2013-08-21 17:38:02 +0200
commit67af1c2b32e4557cc9b62d1b8046bb6c2b006319 (patch)
treed51f991e136a200948e7aadd9d6fdcd1385e7ade /README.md
parent8f8ef21afd6424fc7f6ecaabb968b8278073d430 (diff)
fixed list numbering
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index d6347ee..74d82ba 100644
--- a/README.md
+++ b/README.md
@@ -26,15 +26,14 @@ a very easy plugin interface. The munin homepage is http://munin.projects.linpro
under a directory called "munin"
2. For every host you wish to gather munin statistics, add the class munin::client to that
- node. You will want to set the class parameter 'allow' to be the IP(s) of the munin
+ node. You will want to set the class parameter `allow` to be the IP(s) of the munin
collector, this defines what IP is permitted to connect to the node, for example:
node foo {
class { 'munin::client': allow => '192.168.0.1'}
}
-
-for multiple munin nodes, you can pass an array:
+ for multiple munin nodes, you can pass an array:
class { 'munin::client': allow => [ '192.168.0.1', '10.0.0.1' ] }
@@ -42,9 +41,7 @@ for multiple munin nodes, you can pass an array:
class { 'munin::host': }
- If you want cgi graphing you can pass cgi_graphing => true.
- (For CentOS this is enabled in the default header config)
- for more information, see: http://munin.projects.linpro.no/wiki/CgiHowto
+ If you want cgi graphing you can pass `cgi_graphing => true`. (For CentOS this is enabled in the default header config) for more information, see: http://munin.projects.linpro.no/wiki/CgiHowto
4. If there are particular munin plugins you want to enable or configure, you define them
in the node definition, like follows: