zbigniewz/elastalert-cookbook

View on GitHub
metadata.rb

Summary

Maintainability
A
0 mins
Test Coverage
name 'elastalert'
maintainer 'Zbigniew Zabost'
maintainer_email 'zabostz@gmail.com'
license 'Apache 2.0'
description 'Installs/Configures elastalert'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.1'

supports 'debian'

depends 'poise-python'
depends 'git'
depends 'managed_directory'
depends 'supervisor'

source_url 'https://github.com/zbigniewz/elastalert-cookbook' if respond_to?(:source_url)
issues_url 'https://github.com/zbigniewz/elastalert-cookbook/issues' if respond_to?(:issues_url)