From 83345075ad43028244edfa6fc856c88eff4ccfeb Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 23 Mar 2022 18:15:06 -0600 Subject: [PATCH 1/3] Initial 6.0 module --- zabbix.yaml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 zabbix.yaml diff --git a/zabbix.yaml b/zabbix.yaml new file mode 100644 index 0000000..f36231b --- /dev/null +++ b/zabbix.yaml @@ -0,0 +1,56 @@ +--- +document: modulemd-packager +version: 3 +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: + - MIT + configurations: + - context: c1 + platform: el8 + - context: c2 + platform: el9 + - context: c3 + platform: f34 + - context: c4 + platform: f35 + references: + community: https://wwww.zabbix.com/ + documentation: https://www.zabbix.com/documentation/6.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: 6.0 From 4dea6c4fa875b880f42740a45118bd2fdca98564 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 23 Mar 2022 18:57:47 -0600 Subject: [PATCH 2/3] Drop el9 for now; Add description --- zabbix.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zabbix.yaml b/zabbix.yaml index f36231b..1747532 100644 --- a/zabbix.yaml +++ b/zabbix.yaml @@ -23,8 +23,8 @@ data: configurations: - context: c1 platform: el8 - - context: c2 - platform: el9 + #- context: c2 + # platform: el9 - context: c3 platform: f34 - context: c4 @@ -35,13 +35,16 @@ data: tracker: https://support.zabbix.com/ profiles: server: + description: Zabbix server. rpms: - zabbix-server - zabbix-web proxy: + description: Zabbix proxy. rpms: - zabbix-proxy agent: + description: Zabbix agent. rpms: - zabbix-agent api: From a98820cf6257fc12d486e915fda81f86e190fe84 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 24 Aug 2022 09:31:52 -0600 Subject: [PATCH 3/3] Drop f34, add f36 --- zabbix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zabbix.yaml b/zabbix.yaml index 1747532..a3b39dc 100644 --- a/zabbix.yaml +++ b/zabbix.yaml @@ -25,10 +25,10 @@ data: platform: el8 #- context: c2 # platform: el9 - - context: c3 - platform: f34 - context: c4 platform: f35 + - context: c5 + platform: f36 references: community: https://wwww.zabbix.com/ documentation: https://www.zabbix.com/documentation/6.0/manual