Commit Graph

484 Commits

Author SHA1 Message Date
Continuous Integration
674742f1c4 Zabbix v7.2.15 release 2025-12-17 15:49:14 +02:00
Alexey Pustovalov
0bd52ba4e7 Merge pull request #1778 from petrkle/7.4
Enable cidr in WEB_REAL_IP_FROM
2025-12-05 17:50:10 +09:00
Alexey Pustovalov
129e325a27 Fixed MariaDB connector TLS / SSL error with Oracle MySQL 2025-12-05 16:01:57 +09:00
Alexey Pustovalov
0cde7fbb16 Fixed custom patches search 2025-12-05 16:01:48 +09:00
Alexey Pustovalov
a2b3fe98f1 Updated Alpine Linux to 3.23 2025-12-05 16:01:46 +09:00
Alexey Pustovalov
1053cae53b Fixed custom snmptrapd configuration file 2025-11-11 17:01:40 +09:00
Continuous Integration
a758cd5962 Zabbix v7.2.14 release 2025-10-28 14:14:07 +02:00
Alexey Pustovalov
9fa84c765d Use c-ares library as DNS resolver 2025-10-03 12:02:36 +09:00
Alexey Pustovalov
c58f27bc6f Use c-ares library as DNS resolver 2025-10-03 12:02:36 +09:00
Alexey Pustovalov
2acd41ba8d Use c-ares library as DNS resolver 2025-10-03 12:02:36 +09:00
Continuous Integration
205b922f3e Zabbix v7.2.13 release 2025-09-30 23:03:50 +03:00
Alexey Pustovalov
8dfe0751ee Double quotes around patch path 2025-09-29 12:13:43 +09:00
Continuous Integration
61db53fcb5 Zabbix v7.2.12 release 2025-08-19 14:43:04 +03:00
Continuous Integration
00a2b26f0e Zabbix v7.2.11 release 2025-07-22 11:19:13 +03:00
Alexey Pustovalov
bb16e4ff56 Removed duplicates code for Nginx configuration 2025-07-18 15:40:32 +09:00
Alexey Pustovalov
87001f031f Updated supported versions and removed old versions documentation 2025-07-18 14:32:16 +09:00
Alexey Pustovalov
4fae508f72 Removed orphaned *.pyc files from Ubuntu images 2025-07-15 18:05:10 +09:00
Alexey Pustovalov
c58deea26a Fixed PostgreSQL 17 on Ubuntu images 2025-07-15 16:12:37 +09:00
Alexey Pustovalov
e7bb4fef5a Fixed maintenance message for Web-interface 2025-07-14 19:17:21 +09:00
Alexey Pustovalov
ebc0a2c692 Added correct resolving for source IP addresses in case of HTTP proxies 2025-07-08 20:04:46 +09:00
Continuous Integration
78da2eea7b Zabbix v7.2.10 release 2025-06-27 14:46:24 +03:00
Alexey Pustovalov
8bdbc09a7f Removed redundant code 2025-06-26 17:10:38 +09:00
Continuous Integration
eafda08917 Zabbix v7.2.9 release 2025-06-20 18:58:08 +03:00
Continuous Integration
52253f80cd Zabbix v7.2.8 release 2025-06-18 17:06:16 +03:00
Alexey Pustovalov
b80d206205 Optimized Windows build environment 2025-06-03 07:07:33 +00:00
Alexey Pustovalov
ca3c3b4f26 Optimized Windows build environment 2025-06-03 07:07:21 +00:00
root
77e078b582 Updated PHP to 8.4 version on Alpine 2025-06-03 00:55:46 +09:00
Alexey Pustovalov
deac4f89d1 Updated Alpine image to 3.22 version 2025-06-02 18:18:30 +09:00
Alexey Pustovalov
3662488ddb Updated Alpine image to 3.22 version 2025-06-01 01:16:53 +09:00
Alexey Pustovalov
95d28c24e0 Added missing ping utility to all Server, Proxy and Agent images 2025-05-30 16:48:10 +09:00
root
407d0f3aec Added Dockerfile for NVIDIA GPU monitoring 2025-05-28 07:47:16 +00:00
Alexey Pustovalov
28202cc63c Using plain Windows nanoserver image for agent and agent2 images 2025-05-26 13:34:43 +09:00
Alexey Pustovalov
06e56afd58 Updated RHEL to 9.6 2025-05-21 22:17:54 +09:00
Continuous Integration
f7d4c95085 Zabbix v7.2.7 release 2025-05-20 14:05:28 +03:00
Alexey Pustovalov
894a6527bf Fixed web-service image on RHEL 2025-05-19 17:28:19 +09:00
Marks Sunins
d06ed961b3
feat: set php mysqli socket to user provided value 2025-05-16 06:33:32 +00:00
Marks Sunins
de0d18784a
feat: set php mysqli socket to user provided value 2025-05-16 06:32:32 +00:00
Marks Sunins
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
Marks Sunins
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
Marks Sunins
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
Marks Sunins
6638ca1b6b
fix: env ZBX_DB_SOCKET being set to an empty value 2025-05-08 07:14:38 +00:00
Continuous Integration
5ac01a4821 Zabbix v7.2.6 release 2025-04-23 11:22:15 +03:00
Alexey Pustovalov
4c146b6cf0 Fixed fping binary permissions in Alpine images 2025-03-28 13:44:24 +09:00
Continuous Integration
cb111574bd Zabbix v7.2.5 release 2025-03-27 15:20:16 +02:00
Marks Sunins
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
Marks Sunins
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
Marks Sunins
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
Marks Sunins
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
Alexey Pustovalov
435e92fdbc Fixed usage Vault DB credentials with server and proxy 2025-03-13 15:32:18 +09:00
Alexey Pustovalov
5e2808ada7 Added missing ZBX_STARTSNMPPOLLERS to documentation 2025-02-27 13:15:32 +09:00