17 lines
604 B
Ruby
17 lines
604 B
Ruby
|
name 'zabbix'
|
||
|
maintainer 'Eric Renfro'
|
||
|
maintainer_email 'psi-jack@linux-help.org'
|
||
|
license 'Apache 2.0'
|
||
|
description 'Installs Zabbix Server & Client agents for EL linux distributions'
|
||
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||
|
version '1.4.0'
|
||
|
source_url 'https://git.linux-help.org/Linux-Help/zabbix' if respond_to?(:source_url)
|
||
|
issues_url 'https://git.linux-help.org/Linux-Help/zabbix/issues' if respond_to?(:issues_url)
|
||
|
|
||
|
%w(amazon centos redhat oracle scientific).each do |os|
|
||
|
supports os
|
||
|
end
|
||
|
|
||
|
recipe 'zabbix', 'Installs zabbix'
|
||
|
|