From b160824e9524e6990b9ff03f2d3ac600936deff4 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Tue, 29 Jul 2014 18:12:54 +0200 Subject: [PATCH] Update ChangeLog and fix remaining typo --- ChangeLog | 1 + manifests/params.pp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dbffe2c7..0bbf3200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Fix main default httpd configuration file. * Add /usr/sbin/mysqld to the list of locations for the mysqld fact. * Include new http check using the http plugin. +* New nrpe_service definition (#23, @thomasvs). 2014-06-03 - 0.4.7 * Update nrpe messages file. diff --git a/manifests/params.pp b/manifests/params.pp index 7efe64da..c2e1f896 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -17,7 +17,7 @@ $nrpe_service = 'nrpe' $nrpe_cfg_file = '/etc/nagios/nrpe.cfg' $nrpe_command = '$USER1$/check_nrpe -H $HOSTADDRESS$' - $nrpe_options = '-t 15', + $nrpe_options = '-t 15' # Optional plugin packages, to be realized by tag where needed # Note: We use tag, because we can't use alias for 2 reasons :