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.