232d8bea75
Squashed commit of the following:
commit 3485ced372df47d22c5495f188746a767448b301
Merge: 9ddb696
cd0cd09
Author: Nick Chappell <nick@intronic.org>
Date: Sat Jan 24 21:05:50 2015 -0800
Merge branch '7227' of https://github.com/cropalato/puppet-icinga2 into cropalato-7227
commit cd0cd09733c0881e62b57cef871fa7898e47c186
Author: Ricardo Melo <ricardo.melo@gameloft.com>
Date: Tue Dec 2 15:09:49 2014 -0500
* fixed default parameter value
commit 1a01e8f68dd8ac2f6bbf8ffa040673d97bec9280
Author: ricardo@cropalato.com.br <ricardo@cropalato.com.br>
Date: Tue Nov 25 18:01:18 2014 -0500
* fixed typo.
commit e23aafc87877617ee1faba1b9d4b4c595d84ae8e
Author: ricardo@cropalato.com.br <ricardo@cropalato.com.br>
Date: Tue Nov 25 17:44:58 2014 -0500
Adding CheckerComponent Object. #7227
15 lines
397 B
Text
15 lines
397 B
Text
/**
|
|
* WARNING: This CheckerComponent is automatically generated by Puppet.
|
|
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
|
*/
|
|
|
|
/**
|
|
* A CheckerComponent definition. You can create your own configuration files
|
|
* in the conf.d directory (e.g. one per commnand). By default all *.conf
|
|
* files in this directory are included.
|
|
*
|
|
*/
|
|
|
|
library "checker"
|
|
|
|
object CheckerComponent "<%= @object_name %>" { }
|