Skip to content

Commit d6ab819

Browse files
author
Werner Dijkerman
committed
Updating to release 2.0.0
1 parent e1b1910 commit d6ab819

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Below an overview of all changes in the releases.
44

55
Version (Release date)
66

7+
2.0.0 (2016-01-??)
8+
9+
* wdijkerman-zabbix works with puppet 4
10+
* Fix for: Server and Proxy templates are inconsistent #144
11+
* fixed SSL server template options for 2.2 #141 (By pull request: IceBear2k (Thanks!))
12+
* fix syntax error #139 (By pull request: mkrakowitzer (Thanks!))
13+
* Allow agent to listen on * #138 (By pull request: ekohl (Thanks!))
14+
* enable apache_php_max_input_vars #137 (By pull request: bastelfreak (Thanks!))
15+
* Fix typo in zabbix-userparameters reference #136 (By pull request: sgnl05 (Thanks!))
16+
* Listen on all IPs #133 (By pull request: z3rogate (Thanks!))
17+
* tap0 or tun0 (OpenVPN interfaces) interface as listenip #132 (By pull request: z3rogate (Thanks!))
18+
* fixed typo for comment mysql #145 (By pull request: eander210 (Thanks!))
19+
* Updated the listen_ip for proxy so it same as for agent.
20+
* allow serveractive to be optional #146 (By pull request: ericsysmin (Thanks!))
21+
* Allow agent_serveractive value to be blank #147 (By pull request: ericsysmin (Thanks!))
22+
* Added support for adding LDAP certificate location to Zabbix Web. Upd… #150 (By pull request: elricsfate (Thanks!))
23+
* Added zabbix_template_host type #154 (By pull request: hkumarmk (Thanks!))
24+
* Type to manage zabbix application #155 (By pull request: hkumarmk (Thanks!))
25+
26+
727
1.7.0 (2015-11-07)
828

929
* misspelled parameter path #116 (By pull request: karolisc (Thanks!))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ The following have contributed to this puppet module:
582582
* z3rogate
583583
* mkrakowitzer
584584
* eander210
585+
* hkumarmk
585586

586587
Many thanks for this!
587588
(If I have forgotten you, please let me know and put you in the list of fame. :-))

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wdijkerman-zabbix",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"summary": "Installing and maintaining Zabbix. Will install server, proxy, java-gateway and agent on RedHat/Debian/Ubuntu (Incl. exported resources).",
55
"author": "Werner Dijkerman",
66
"dependencies": [
@@ -19,8 +19,8 @@
1919
"license": "Apache-2.0",
2020
"tags": ["zabbix", "zabbix-server", "zabbix-proxy", "zabbix-agent", "zabbix-javagateway", "monitoring"],
2121
"requirements": [
22-
{ "name": "pe", "version_requirement": "3.x" },
23-
{ "name": "puppet", "version_requirement": "3.x" }
22+
{ "name": "pe", "version_requirement": "3.x"},
23+
{ "name": "puppet", "version_requirement": ">= 3.0.0 < 5.0.0" }
2424
],
2525
"operatingsystem_support": [
2626
{ "operatingsystem":"RedHat", "operatingsystemrelease": [ "5.0", "6.0", "7.0" ] },

0 commit comments

Comments
 (0)