Recommit for updates in build 1
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div id="content"><div id='filecontents'>
|
||||
<h1 id="label-Readme">Readme</h1>
|
||||
|
||||
<p><a href="https://jenkins.confdroid.com/job/cd_nrpe/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=cd_nrpe"></a></p>
|
||||
<p><a href="https://jenkins.confdroid.com/job/confdroid_nrpe/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_nrpe"></a></p>
|
||||
|
||||
<p>[[<em>TOC</em>]]</p>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
<p>NRPE allows monitoring tools like NAGIOS or ICINGA to connect to clients for monitoring purposes.</p>
|
||||
|
||||
<p><code>cd_nrpe</code> is a fully parameterized Puppet module to automate NRPE installation and configuration.</p>
|
||||
<p><code>confdroid_nrpe</code> is a fully parameterized Puppet module to automate NRPE installation and configuration.</p>
|
||||
|
||||
<h2 id="label-WARNING">WARNING</h2>
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
<h2 id="label-Deployment">Deployment</h2>
|
||||
|
||||
<p><code>cd_nrpe</code> does typically not need to be specifically declared. It will be auto-required by <code>cd_nagios</code> with default settings. Only if you want to override settings declare it specifically.</p>
|
||||
<p><code>confdroid_nrpe</code> does typically not need to be specifically declared. It will be auto-required by <code>cd_nagios</code> with default settings. Only if you want to override settings declare it specifically.</p>
|
||||
<ul><li>
|
||||
<p>native Puppet deployment</p>
|
||||
</li></ul>
|
||||
@@ -141,7 +141,7 @@
|
||||
<p>through Foreman:</p>
|
||||
</li></ul>
|
||||
|
||||
<p>In order to apply parameters through Foreman, <strong>cd_nrpe::params</strong> must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
|
||||
<p>In order to apply parameters through Foreman, <strong>confdroid_nrpe::params</strong> must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
|
||||
|
||||
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
<p>Defining commands is as simple as that:</p>
|
||||
|
||||
<pre class="code ruby"><code class="ruby">cd_nrpe::commands::definitions { 'check_users':
|
||||
<pre class="code ruby"><code class="ruby">confdroid_nrpe::commands::definitions { 'check_users':
|
||||
ne_check_cmd => 'check_users',
|
||||
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user