[ZBX-25105] Impossible to satisfy web server requirement in documentation Created: 2024 Aug 23 Updated: 2025 Feb 07 |
|
Status: | Needs documenting |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Documentation (D) |
Affects Version/s: | 7.0.3 |
Fix Version/s: | None |
Type: | Documentation task | Priority: | Trivial |
Reporter: | Aigars Kadikis | Assignee: | Jurijs Klopovskis |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Story Points: | 0.25 |
Description |
The download page guides in detail how to setup Zabbix 7.0 with NGINX on top of Rocky Linux 8: With the most recent Rocky 8 Linux, the outcome of NGINX version is version 1.14: # rpm -qa|grep nginx nginx-mod-http-xslt-filter-1.14.1-9.module+el8.4.0+542+81547229.x86_64 nginx-mod-http-image-filter-1.14.1-9.module+el8.4.0+542+81547229.x86_64 nginx-mod-http-perl-1.14.1-9.module+el8.4.0+542+81547229.x86_64 nginx-mod-mail-1.14.1-9.module+el8.4.0+542+81547229.x86_64 nginx-1.14.1-9.module+el8.4.0+542+81547229.x86_64 nginx-all-modules-1.14.1-9.module+el8.4.0+542+81547229.noarch zabbix-nginx-conf-7.0.3-release1.el8.noarch This version does not satisfy the requirements on page, which asks for NGINX version 1.20 https://www.zabbix.com/documentation/current/en/manual/installation/requirements I think we must lower the requirements on the documentation page. |
Comments |
Comment by Edgar Akhmetshin [ 2024 Sep 24 ] |
Official NGINX repositories (https://nginx.org/en/linux_packages.html#RHEL). Also fresh NGINX is suggested as Stream Module on all RHEL8 based systems: [root@39183f8c745e /]# dnf module list nginx Last metadata expiration check: 0:01:18 ago on Tue Sep 24 06:06:15 2024. Oracle Linux 8 Application Stream (x86_64) Name Stream Profiles Summary nginx 1.14 [d] common [d] nginx webserver nginx 1.16 common [d] nginx webserver nginx 1.18 common [d] nginx webserver nginx 1.20 common [d] nginx webserver nginx 1.22 common [d] nginx webserver nginx 1.24 common [d] nginx webserver Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled [root@39183f8c745e /]# cat /etc/os-release NAME="Oracle Linux Server" VERSION="8.10" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="8.10" PLATFORM_ID="platform:el8" PRETTY_NAME="Oracle Linux Server 8.10" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:8:10:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://github.com/oracle/oracle-linux" [root@8ff38328963c /]# dnf module list nginx AlmaLinux 8 - BaseOS 7.6 MB/s | 6.2 MB 00:00 AlmaLinux 8 - AppStream 12 MB/s | 13 MB 00:01 AlmaLinux 8 - Extras 31 kB/s | 13 kB 00:00 AlmaLinux 8 - AppStream Name Stream Profiles Summary nginx 1.14 [d] common [d] nginx webserver nginx 1.16 common [d] nginx webserver nginx 1.18 common [d] nginx webserver nginx 1.20 common [d] nginx webserver nginx 1.22 common [d] nginx webserver nginx 1.24 common [d] nginx webserver Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled [root@8ff38328963c /]# cat /etc/os-release NAME="AlmaLinux" VERSION="8.10 (Cerulean Leopard)" ID="almalinux" ID_LIKE="rhel centos fedora" VERSION_ID="8.10" PLATFORM_ID="platform:el8" PRETTY_NAME="AlmaLinux 8.10 (Cerulean Leopard)" ANSI_COLOR="0;34" LOGO="fedora-logo-icon" CPE_NAME="cpe:/o:almalinux:almalinux:8::baseos" HOME_URL="https://almalinux.org/" DOCUMENTATION_URL="https://wiki.almalinux.org/" BUG_REPORT_URL="https://bugs.almalinux.org/"
[root@fb15e948c22e /]# dnf module list nginx Rocky Linux 8 - AppStream 14 MB/s | 12 MB 00:00 Rocky Linux 8 - BaseOS 12 MB/s | 6.1 MB 00:00 Rocky Linux 8 - Extras 43 kB/s | 14 kB 00:00 Rocky Linux 8 - AppStream Name Stream Profiles Summary nginx 1.14 [d] common [d] nginx webserver nginx 1.16 common [d] nginx webserver nginx 1.18 common [d] nginx webserver nginx 1.20 common [d] nginx webserver nginx 1.22 common [d] nginx webserver nginx 1.24 common [d] nginx webserver Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled [root@fb15e948c22e /]# cat /etc/os-release NAME="Rocky Linux" VERSION="8.9 (Green Obsidian)" ID="rocky" ID_LIKE="rhel centos fedora" VERSION_ID="8.9" PLATFORM_ID="platform:el8" PRETTY_NAME="Rocky Linux 8.9 (Green Obsidian)" ANSI_COLOR="0;32" LOGO="fedora-logo-icon" CPE_NAME="cpe:/o:rocky:rocky:8:GA" HOME_URL="https://rockylinux.org/" BUG_REPORT_URL="https://bugs.rockylinux.org/" SUPPORT_END="2029-05-31" aigars.kadikis could you please clarify the problem? Cannot reproduce the issue. |