summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-07 10:47:37 +0000
committerKeith Burdis <keith@burdis.org>2013-02-07 10:47:37 +0000
commiteb88e7dfeef1939130394671568fba189f752c7e (patch)
tree9c734a21d31dccc28af6d3907e741df1f9c4f886 /README.md
parent8b24ecee877dd531a5df67f0eed172a908bc759d (diff)
First working version of check_mk agent
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4d8aa03..1fb58dc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
-puppet-check_mk
-===============
+# puppet-check_mk
+
+Install and configure check_mk agent and Nagios plugin
+
+Example:
+
+ class { 'check_mk::agent':
+ version => '1.2.0p3-1',
+ ip_whitelist => [ '10.7.96.21', '10.7.96.22' ],
+ }
-Install and configure check_mk agent and Nagios plugin \ No newline at end of file