From c1329abe492e497abbb28ffabf1c2e15f9ce66c9 Mon Sep 17 00:00:00 2001 From: Roberto Valentini Date: Thu, 27 Jun 2024 11:19:52 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 63 ++++--------------------------------------------------- 1 file changed, 4 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 73a03d13..8668c591 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,7 @@ Take a look at the [REFERENCE.md](https://github.com/voxpupuli/puppet-zabbix/blo ## Limitations -This module supports Zabbix 4.0, 5.0, and 6.0. The upstream supported versions are documented [here](https://www.zabbix.com/life_cycle_and_release_policy) +This module supports Zabbix 5.0, 6.0 and 7.0. The upstream supported versions are documented [here](https://www.zabbix.com/life_cycle_and_release_policy) Please have a look into the metadata.json for all supported operating systems. This module is supported on both the community and the Enterprise version of Puppet. @@ -441,65 +441,10 @@ This module is supported on both the community and the Enterprise version of Pup Please be aware, that when manage_resources is enabled, it can increase an puppet run on the zabbix-server a lot when you have a lot of hosts. ## Contributors +Take a look at the [CONTRIBUTING.md](https://github.com/voxpupuli/puppet-zabbix/blob/master/.github/CONTRIBUTING.md) -**ericsysmin** will be helping and maintaining this puppet module. In Github terms he is an Collaborator. So don't be suprised if he acceps/rejects Pull Requests and comment in issues. - -The following have contributed to this puppet module: - - * Suff - * gattebury - * sq4ind - * nburtsev - * actionjack - * karolisc - * lucas42 - * f0 - * mmerfort - * genebean - * meganuke19 - * fredprod - * ericsysmin - * JvdW - * rleemorlang - * genebean - * exptom - * sbaryakov - * roidelapluie - * andresvia - * ju5t - * elricsfate - * IceBear2k - * altvnk - * rnelson0 - * hkumarmk - * Wprosdocimo - * 1n - * szemlyanoy - * Wprosdocimo - * sgnl05 - * hmn - * BcTpe4HbIu - * mschuett - * claflico - * bastelfreak - * Oyabi - * akostetskiy - * DjxDeaf - * tcatut - * inspired-geek - * ekohl - * z3rogate - * mkrakowitzer - * eander210 - * hkumarmk - * ITler - * slashr00t - * channone-arif-nbcuni - * BcTpe4HbIu - * vide - -Many thanks for this! -(If I have forgotten you, please let me know and put you in the list of fame. :-)) +Contributors List: +* https://github.com/voxpupuli/puppet-zabbix/graphs/contributors ## Note ### Standard usage From 76699fb464e1b8e5185cefae9f1b719f5ea459fe Mon Sep 17 00:00:00 2001 From: Roberto Valentini Date: Thu, 27 Jun 2024 17:00:35 +0200 Subject: [PATCH 2/2] Add note to zabbix-agent2 configuration --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8668c591..497ffe9c 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,9 @@ class { 'zabbix::agent': } ``` +***Note*** +`manage_startup_script => false` was mandatory to run agent2 in module version 10.x.x + ### Usage zabbix-proxy Like the zabbix-server, the zabbix-proxy can also be used in 2 ways: