[chef] nagios plugins


Chronological Thread 
  • From: < >
  • To:
  • Subject: [chef] nagios plugins
  • Date: Wed, 28 Aug 2013 10:05:48 -0700 (PDT)

With some difficulties, I was able to deploy out the nagios cookbook.

https://github.com/opscode-cookbooks/nagios...


However, I noticed there was no "custom plugins location" so I created one
under files with the following recipe:

remote_directory node['nagios']['plugin_dir'] do
  source "plugins"
  owner "nagios"
  group "nagios"
  mode 0775
  recursive true
end



However, everytime I push up a new custom plugin, it's not accepting my mode
0755 and I keep getting the following when I run chef-client


change mode from '' to '0644



--

What is changing overriding my mode 755?



Archive powered by MHonArc 2.6.16.

§