deprec 2.1.17 → 2.1.18
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +5 -1
- data/lib/deprec/recipes/nagios.rb +1 -1
- metadata +3 -4
- data/lib/deprec/recipes/nagios-3.2.3.tar.gz +0 -0
data/CHANGELOG
CHANGED
@@ -241,7 +241,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
241
241
|
:md5sum => "b2d75e2962f1e3151ef58794d60c9e97 nrpe-2.12.tar.gz",
|
242
242
|
:configure => "./configure --with-nagios-user=#{nagios_user} --with-nagios-group=#{nagios_group} #{ '--enable-command-args' if nrpe_enable_command_args};",
|
243
243
|
:make => 'make all;',
|
244
|
-
:install => 'make install-plugin
|
244
|
+
:install => 'make install-plugin install-daemon install-daemon-config;'
|
245
245
|
}
|
246
246
|
|
247
247
|
desc 'Install NRPE'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deprec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 47
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 18
|
10
|
+
version: 2.1.18
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mike Bailey
|
@@ -110,7 +110,6 @@ files:
|
|
110
110
|
- lib/deprec/recipes/vnstat.rb
|
111
111
|
- lib/deprec/recipes/ubuntu.rb
|
112
112
|
- lib/deprec/recipes/syslog_ng.rb
|
113
|
-
- lib/deprec/recipes/nagios-3.2.3.tar.gz
|
114
113
|
- lib/deprec/recipes/ec2.rb
|
115
114
|
- lib/deprec/recipes/sphinx.rb
|
116
115
|
- lib/deprec/recipes/monit.rb
|
Binary file
|