forked from StephenKing/chef-zabbix-custom-checks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
23 lines (21 loc) · 1.09 KB
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name "zabbix-custom-checks"
maintainer "TYPO3 Association"
maintainer_email "[email protected]"
license "Apache 2.0"
description "Adds custom checks for Zabbix monitoring"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.0"
recipe "zabbix-custom-checks::default", "Does currently nothing"
recipe "zabbix-custom-checks::apache2", "Monitors Apache2 status"
recipe "zabbix-custom-checks::apt-check-update", "Monitors for system software updates"
recipe "zabbix-custom-checks::chef-client", "Monitors results und execution time of chef run (as Zabbix traps)"
recipe "zabbix-custom-checks::mongodb", "Monitors MongoDB status using a modified version of mikoomi Zabbix plugins"
recipe "zabbix-custom-checks::nginx", "Monitors Nginx status"
recipe "zabbix-custom-checks::openvz-virtual", "Monitors OpenVZ guest status"
recipe "zabbix-custom-checks::redis", "Monitors Redis status"
recipe "zabbix-custom-checks::varnish", "Monitors Varnish status"
depends "zabbix"
depends "nginx"
depends "chef_handler"
depends "php"
depends "cron"