Skip to content

Releases: sous-chefs/nrpe

Release v1.6.4

07 Sep 10:23
Compare
Choose a tag to compare

Fixes:

  • Only restart NRPE at the end of the chef-run

Release v1.6.2

12 Aug 14:13
Compare
Choose a tag to compare
  • Fixing service reload/restart issue
  • Fixing the use_inline_resources error on chef 12 client

Release v1.6.1

12 Aug 09:48
Compare
Choose a tag to compare

bug-fix related to the use_inline_resources

1.5.5

21 Jul 14:32
Compare
Choose a tag to compare
Bup up for development

1.5.4

21 Jul 14:03
Compare
Choose a tag to compare
1.5.4

1.5.3

19 Jul 12:51
Compare
Choose a tag to compare
Bumping up version was not needed

reverting to 1.5.3

1.5.0

14 Apr 18:56
Compare
Choose a tag to compare

Added 3 retries with a delay of 3 to the nrpe service start for RHEL/CentOS 7
Added ability to define node['nrpe']['packages'] as a Hash to add version information as sample below. In your environment specific cookbook, this version information for each individual package can be overridden for required versions (instead of latest one). If it is nil it will install latest one from repositories.

Sample: default['nrpe']['packages'] = { 'nagios-nrpe-server' => {'version' => nil}, 'nagios-plugins' => {'version' => nil}, 'nagios-plugins-basic' => {'version' => nil}, 'nagios-plugins-standard' => {'version' => nil} }

For backward compatibiility, it will also install packages if it is defined as an array in your env specific cookbook.

1.4.12

13 Mar 18:02
Compare
Choose a tag to compare

Added default['nrpe']['checks'] to store all checks as a node attribute
Removed Ruby 1.9.3 and added Ruby 2.2.0 to Travis
Make the yum-epel recipe optional with default['nrpe']['install_yum-epel']

1.4.10

13 Mar 18:02
Compare
Choose a tag to compare

Add support for CentOS / RHEL
Update the LWRP to use the default action functionality introduced in Chef 0.10.10

1.4.8

24 Oct 16:27
Compare
Choose a tag to compare
  • Rubocop fixes
  • Remove .DS_Store files in the supermarket file that caused failures on older versions of Berkshelf
  • Remove strainer gem from Gemfile