summaryrefslogtreecommitdiff
path: root/README.md
blob: 1fb58dcaedca33bcf062442d083a9be52826d554 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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' ],
    }