Skip to content

Instantly share code, notes, and snippets.

@jamesc
Created July 26, 2011 11:48
Show Gist options
  • Save jamesc/1106560 to your computer and use it in GitHub Desktop.
Save jamesc/1106560 to your computer and use it in GitHub Desktop.
Auto-deploy nagios plugins (from the chef cookbook)
remote_directory "/usr/lib/nagios/plugins" do
source "plugins"
owner "nagios"
group "nagios"
mode 0755
files_mode 0755
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment