Releases: sous-chefs/nrpe
4.0.17
4.0.16
Update metadata for 4.0.16
Release v1.6.4
Fixes:
- Only restart NRPE at the end of the chef-run
Release v1.6.2
- Fixing service reload/restart issue
- Fixing the use_inline_resources error on chef 12 client
Release v1.6.1
bug-fix related to the use_inline_resources
1.5.5
1.5.4
1.5.3
1.5.0
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.