Commit Graph

460 Commits

Author SHA1 Message Date
b80d206205 Optimized Windows build environment 2025-06-03 07:07:33 +00:00
ca3c3b4f26 Optimized Windows build environment 2025-06-03 07:07:21 +00:00
77e078b582 Updated PHP to 8.4 version on Alpine 2025-06-03 00:55:46 +09:00
deac4f89d1 Updated Alpine image to 3.22 version 2025-06-02 18:18:30 +09:00
3662488ddb Updated Alpine image to 3.22 version 2025-06-01 01:16:53 +09:00
95d28c24e0 Added missing ping utility to all Server, Proxy and Agent images 2025-05-30 16:48:10 +09:00
407d0f3aec Added Dockerfile for NVIDIA GPU monitoring 2025-05-28 07:47:16 +00:00
28202cc63c Using plain Windows nanoserver image for agent and agent2 images 2025-05-26 13:34:43 +09:00
06e56afd58 Updated RHEL to 9.6 2025-05-21 22:17:54 +09:00
f7d4c95085 Zabbix v7.2.7 release 2025-05-20 14:05:28 +03:00
894a6527bf Fixed web-service image on RHEL 2025-05-19 17:28:19 +09:00
d06ed961b3 feat: set php mysqli socket to user provided value 2025-05-16 06:33:32 +00:00
de0d18784a feat: set php mysqli socket to user provided value 2025-05-16 06:32:32 +00:00
537b5373e1 refactor: unify mysql_connect_args in web-frontend
- Refactored mysql_connect_args to be set under a single condition
2025-05-13 09:26:26 +00:00
9cfea015c8 refactor: unify mysql_connect_args condition logic
- Refactored mysql_connect_args to be set under a single condition
2025-05-13 09:26:26 +00:00
7241127870 fix: test ENV existence before exporting to config
- test `DB_SERVER_SOCKET` before set `ZBX_DB_SOCKET`
- test `DB_SERVER_HOST` before set `ZBX_DB_HOST`
- test `DB_SERVER_PORT` before set `ZBX_DB_PORT`
- remove trailing spaces in `docker-entrypoint.sh` files
2025-05-13 09:26:08 +00:00
6638ca1b6b fix: env ZBX_DB_SOCKET being set to an empty value 2025-05-08 07:14:38 +00:00
5ac01a4821 Zabbix v7.2.6 release 2025-04-23 11:22:15 +03:00
4c146b6cf0 Fixed fping binary permissions in Alpine images 2025-03-28 13:44:24 +09:00
cb111574bd Zabbix v7.2.5 release 2025-03-27 15:20:16 +02:00
7440b6dcec Added KRB5-MIT client library to proxy-sqlite3
| Distro | Version |
| ------ | ------- |
| alpine | 3.21 |
| centos | stream9-minimal |
| oracle linux | 9-slim |
| rhel-ubi | 9.5 |
| ubuntu | noble |
2025-03-24 07:12:26 +00:00
340d261251 Added KRB5-MIT client library to proxy-mysql
| Distro | Version |
| ------ | ------- |
| alpine | 3.21 |
| centos | stream9-minimal |
| oracle linux | 9-slim |
| rhel-ubi | 9.5 |
| ubuntu | noble |
2025-03-24 07:10:02 +00:00
19206eaa65 Added KRB5-MIT client library to server-pgsql
| Distro | Version |
| ------ | ------- |
| alpine | 3.21 |
| centos | stream9-minimal |
| oracle linux | 9-slim |
| rhel-ubi | 9.5 |
| ubuntu | noble |
2025-03-24 07:02:55 +00:00
6895a2c553 Added KRB5-MIT client library to server-mysql
| Distro | Version |
| ------ | ------- |
| alpine | 3.21 |
| centos | stream9-minimal |
| oracle linux | 9-slim |
| rhel-ubi | 9.5 |
| ubuntu | noble |
2025-03-24 05:28:10 +00:00
435e92fdbc Fixed usage Vault DB credentials with server and proxy 2025-03-13 15:32:18 +09:00
5e2808ada7 Added missing ZBX_STARTSNMPPOLLERS to documentation 2025-02-27 13:15:32 +09:00
f4a091554f Commented missing mount. Cannot build images on Podman 5+ 2025-02-26 13:20:43 +09:00
66bfa56bfd Zabbix v7.2.4 release 2025-02-25 11:52:49 +02:00
7421f7a9c5 Updated OpenSSL version to 3.4.1 2025-02-19 15:45:03 +09:00
b9148a566e Updated OpenSSL version to 3.4.1 2025-02-19 15:45:03 +09:00
4df3af632b Fixed clean up error message on Windows 2025-02-17 15:12:53 +09:00
42450b9f49 Fixed missing prepare_zbx_config function for some Nginx images 2025-02-12 13:51:24 +09:00
7f8b165e03 Zabbix v7.2.3 release 2025-01-28 11:48:10 +02:00
903ba7f8e6 Fixed internal variable on Windows containers 2025-01-17 14:01:08 +09:00
4236b6d502 Added OpenSSL package to server and sqlite3 images. Required to perform rehash of added CA certificates 2025-01-16 13:53:18 +09:00
a6ebccd984 Fixed Nginx configuration dir on Ubuntu 2025-01-16 10:56:38 +09:00
dd02bfe7e5 Fixed snmptrapd persistent directory 2025-01-15 13:06:01 +09:00
431b8007b6 Fixed snmptrapd persistent directory 2025-01-15 13:02:21 +09:00
e538eca852 Migrate to PHP-FPM for all Web images 2025-01-14 16:32:52 +09:00
ecdcf6d609 Migrate to PHP-FPM for all Web images 2025-01-14 16:32:43 +09:00
83190c8268 Migrate to PHP-FPM for all Web images 2025-01-14 16:32:31 +09:00
109d9bae3d Updated build procedure for Windows containers 2025-01-14 16:32:22 +09:00
e977ceec40 Migrate to PHP-FPM for all Web images 2025-01-14 16:31:55 +09:00
245234e41f Fixed dbschema compilation 2025-01-13 21:51:29 +09:00
9f16733f54 Fixed secrets reading from ENV for Zabbix agent2 and proxy (sqlite3) 2025-01-13 19:27:47 +09:00
91925d0a56 Updated build procedure for Windows containers 2025-01-12 01:27:36 +09:00
e80906c078 Fixed minor issues with Windows containers 2025-01-11 17:35:54 +09:00
f3fe843b85 Updated build procedure for Windows containers 2025-01-10 19:25:23 +09:00
8ad3e9f990 Removed deprecated 6.4 version from tag list 2025-01-10 18:14:35 +09:00
dc4d5850e1 Fixed param substition in config files 2025-01-10 01:33:31 +09:00