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 :