Puppet Class: omd::client::checks

Inherits:
omd::client::checks::params
Defined in:
manifests/client/checks.pp

Overview

Class: omd::client::checks

This class installs and configures extra nagios checks.

Does not need to be included directly.

Parameters

none

Examples

none

Authors

Frederik Wagner <wagner@wagit.de>

Copyright 2014 Frederik Wagner



23
24
25
26
27
28
29
30
31
32
33
# File 'manifests/client/checks.pp', line 23

class omd::client::checks inherits omd::client::checks::params {

  require omd::client

  contain omd::client::checks::install
  contain omd::client::checks::config

  Class['omd::client::checks::install'] ->
  Class['omd::client::checks::config']

}