From 4cbfaa5a5b7084ad780d358488a7fd1df25e324a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 3 Sep 2020 16:31:34 -0600 Subject: [PATCH 01/12] Initial module --- zabbix.yaml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 zabbix.yaml diff --git a/zabbix.yaml b/zabbix.yaml new file mode 100644 index 0000000..dc8bcf9 --- /dev/null +++ b/zabbix.yaml @@ -0,0 +1,54 @@ +--- +document: modulemd +version: 2 +data: + summary: Open-source monitoring solution for your IT infrastructure + description: >- + Zabbix is software that monitors numerous parameters of a network and the + health and integrity of servers. Zabbix uses a flexible notification mechanism + that allows users to configure e-mail based alerts for virtually any event. + This allows a fast reaction to server problems. Zabbix offers excellent + reporting and data visualization features based on the stored data. + This makes Zabbix ideal for capacity planning. + + Zabbix supports both polling and trapping. All Zabbix reports and statistics, + as well as configuration parameters are accessed through a web-based front end. + A web-based front end ensures that the status of your network and the health of + your servers can be assessed from any location. Properly configured, Zabbix can + play an important role in monitoring IT infrastructure. This is equally true + for small organizations with a few servers and for large companies with a + multitude of servers. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [epel8] + requires: + platform: [epel8] + references: + community: https://wwww.zabbix.com/ + documentation: https://www.zabbix.com/documentation/5.0/manual + tracker: https://support.zabbix.com/ + profiles: + server: + rpms: + - zabbix-server + - zabbix-web + proxy: + rpms: + - zabbix-proxy + agent: + rpms: + - zabbix-agent + api: + rpms: + - zabbix-agent + - zabbix-proxy + - zabbix-server + components: + rpms: + zabbix: + rationale: The core package + ref: 5.0 + buildorder: 0 From df4712a661154ce1fe6abce725047d62625ce630 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 3 Sep 2020 16:32:41 -0600 Subject: [PATCH 02/12] Try el8 --- zabbix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zabbix.yaml b/zabbix.yaml index dc8bcf9..78c30f0 100644 --- a/zabbix.yaml +++ b/zabbix.yaml @@ -23,9 +23,9 @@ data: - MIT dependencies: - buildrequires: - platform: [epel8] + platform: [el8] requires: - platform: [epel8] + platform: [el8] references: community: https://wwww.zabbix.com/ documentation: https://www.zabbix.com/documentation/5.0/manual From 22d46f074bd2036deec37b7957b59e20fe1b8566 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 13 Dec 2020 15:31:16 -0700 Subject: [PATCH 03/12] Update to 5.0.6 From c8f009bcaa832655044483fcf6fcba106df5364b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 24 Jan 2021 14:56:43 -0700 Subject: [PATCH 04/12] Update to 5.0.7 From 57ef5e76b1316d62b8b0c3ec1f629f10ee93e3f8 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 14 Feb 2021 21:01:50 -0700 Subject: [PATCH 05/12] Update to 5.0.8 From 2d464440cac611c6503a72c0a6d19fec66d61e0d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 4 Mar 2021 21:39:38 -0700 Subject: [PATCH 06/12] Update to 5.0.9 From e0186f77b3b0b37df5d3954044366975ed89ba4b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 20 Apr 2021 09:18:57 -0600 Subject: [PATCH 07/12] Update to 5.0.10; SELinux fix From 7a6d7de98667a1900bbb3f8ec772f818b7b8b07a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 20 Apr 2021 10:41:50 -0600 Subject: [PATCH 08/12] Better SELinux fix From 26ff21376fd51446c5a0dcfff00552bc698c5f26 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 1 Nov 2021 16:36:09 -0600 Subject: [PATCH 09/12] Update to 5.0.17 From 7fd0a2d495e147968e8ff820e33ea593c95b23b2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 30 Nov 2021 19:20:49 -0700 Subject: [PATCH 10/12] Update to 5.0.18 From 64d8729c0bdb5417bdae66686080520cc4fee3e3 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 16 Jan 2022 17:53:58 -0700 Subject: [PATCH 11/12] Update to 5.0.19 From a87403292d9676856e70bff0702df0cac60ef778 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 12 Mar 2022 09:57:55 -0700 Subject: [PATCH 12/12] Update to 5.0.21