From eb88e7dfeef1939130394671568fba189f752c7e Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Thu, 7 Feb 2013 10:47:37 +0000 Subject: First working version of check_mk agent --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3