File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This file is used to list changes made in each version of nrpe
44
5+ ## 1.4.0
6+ * Update from nagios-plugins to monitoring-plugins in source installs since the project name changed
7+ * Update nagios-plugins 1.5 to 2.0 for source installs
8+ * Reorder the attributes so that FreeBSD has log_facility properly set
9+ * Add additional specs and update specs to the latest Debian / FreeBSD releases
10+ * Update Berkshelf to 3.1.X and update the Berksfile to the new format
11+
512## 1.3.0
613* Source lsb init-functions in the init script on Ubuntu source installs so the service doesn't start every run
714* Added new attribute node[ 'nrpe'] [ 'allow_bash_command_substitution' ] to allow using the allow_bash_command_substitution config option
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs and configures Nagios NRPE client'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '1.3.1 '
7+ version '1.4.0 '
88
99recipe 'default' , 'Installs and configures a nrpe client'
1010%w( build-essential yum-epel ) . each do |cb |
You can’t perform that action at this time.
0 commit comments