forked from voxpupuli/puppet-zabbix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
21 lines (19 loc) · 844 Bytes
/
Copy pathModulefile
File metadata and controls
21 lines (19 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'wdijkerman-zabbix'
version '0.5.0'
source 'https://github.com/dj-wasabi/puppet-zabbix.git'
author 'Werner Dijkerman'
license 'Apache Version 2.0'
summary 'Installing and maintaining zabbix instances. Will install server, proxy, java-gateway and agent on RedHat/Debian/Ubuntu. Also support for exported resources for automatic configure hosts in webinterface.'
description 'This module contains the classes for installing the following zabbix components:
- zabbix-server
- zabbix-agent
- zabbix-proxy
- zabbix-javagateway
'
project_page 'http://forge.puppetlabs.com/wdijkerman/zabbix'
## Add dependencies, if any:
dependency 'puppetlabs/postgresql', '>= 3.0.0'
dependency 'puppetlabs/stdlib', '>= 4.0.0'
dependency 'puppetlabs/mysql', '>= 2.0.0'
dependency 'puppetlabs/apache', '>= 1.0.0'
dependency 'puppetlabs/firewall', '>= 1.0.0'