zabbix/Dockerfiles
saranf 04defdf8b0 Fix wrong agent config include path in README (zabbix_agent.d -> zabbix_agentd.d)
The "Known issues" note about ZBX_ALIAS tells users to drop extra Alias
config files into /etc/zabbix/zabbix_agent.d, but no agent includes that
directory.

zabbix_agentd.conf includes /etc/zabbix/zabbix_agentd.d/*.conf, and
zabbix_agent2.conf includes /etc/zabbix/zabbix_agentd.d/*.conf as well
(plus /etc/zabbix/zabbix_agent2.d/*.conf). The correct shared directory is
zabbix_agentd.d (note the "d"), which is also created in the image and
documented as a volume earlier in the same README. Files placed under
zabbix_agent.d are silently ignored, so user-provided aliases never load.

Fix the path to zabbix_agentd.d in the agent and agent2 READMEs.
2026-07-10 12:52:54 +09:00
..
agent Fix wrong agent config include path in README (zabbix_agent.d -> zabbix_agentd.d) 2026-07-10 12:52:54 +09:00
agent2 Fix wrong agent config include path in README (zabbix_agent.d -> zabbix_agentd.d) 2026-07-10 12:52:54 +09:00
build-base Updated libraries and environment for Windows agents 2026-07-06 16:41:19 +09:00
build-mysql Added bcrypt.lib library for Windows agent 2026-07-06 17:40:24 +09:00
build-pgsql Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
build-sqlite3 Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
java-gateway Updated OpenJDK version to 21 2026-06-19 16:21:57 +09:00
proxy-mysql Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
proxy-sqlite3 Prepare SQLite3 DB file before proxy start 2026-06-11 16:04:35 +09:00
server-mysql Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
server-pgsql Fixed TMDB sql files location 2026-06-19 16:35:55 +09:00
snmptraps Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
web-apache-mysql Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
web-apache-pgsql Fixed version of Dockerfile 2026-06-21 10:54:00 +09:00
web-nginx-mysql Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
web-nginx-pgsql Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
web-service Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00