From 67af1c2b32e4557cc9b62d1b8046bb6c2b006319 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Wed, 21 Aug 2013 17:38:02 +0200 Subject: fixed list numbering --- README.md | 9 +++------ 1 file 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: -- cgit v1.2.3