From 87575e3a7863daf971c8e059e05f0e0612fd12b1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 22 Aug 2014 19:17:17 -0700 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.md | 3 +++ metadata.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b9c6e..eb7f2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This file is used to list changes made in each version of nrpe +## 1.4.2 +* NRPE running on a Nagios server would not enable polling from other Nagios servers + ## 1.4.0 * Update from nagios-plugins to monitoring-plugins in source installs since the project name changed * Update nagios-plugins 1.5 to 2.0 for source installs diff --git a/metadata.rb b/metadata.rb index 9d92bfb..9e34a0a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures Nagios NRPE client' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.4.1' +version '1.4.2' recipe 'default', 'Installs and configures a nrpe client' %w(build-essential yum-epel).each do |cb|