Skip to content

Instantly share code, notes, and snippets.

@andrewfraley
Created November 1, 2013 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewfraley/7267465 to your computer and use it in GitHub Desktop.
Save andrewfraley/7267465 to your computer and use it in GitHub Desktop.
ark "zabbix_agent" do
name "zabbix"
url node['zabbix']['agent']['prebuild']['url']
owner node['zabbix']['agent']['user']
group node['zabbix']['agent']['group']
action :put
path "/opt"
strip_leading_dir false
has_binaries [ 'bin/zabbix_sender', 'bin/zabbix_get', 'sbin/zabbix_agent', 'sbin/zabbix_agentd' ]
notifies :restart, "service[zabbix_agentd]"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment