Merge pull request #1946 from saranf/fix/agent-alias-include-path

Fix wrong agent config include path in README (zabbix_agent.d -> zabbix_agentd.d)
This commit is contained in:
Alexey Pustovalov 2026-07-10 16:26:34 +09:00 committed by GitHub
commit a8cef221f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@ If you have any problems with or questions about this image, please contact us t
### Known issues ### Known issues
Currently it is not allowed to specify ``ZBX_ALIAS`` environment variable. Please use ``/etc/zabbix/zabbix_agent.d`` volume with additional configuration files with ``Alias`` options. Currently it is not allowed to specify ``ZBX_ALIAS`` environment variable. Please use ``/etc/zabbix/zabbix_agentd.d`` volume with additional configuration files with ``Alias`` options.
## Contributing ## Contributing

View file

@ -223,7 +223,7 @@ If you have any problems with or questions about this image, please contact us t
### Known issues ### Known issues
Currently it is not allowed to specify ``ZBX_ALIAS`` environment variable. Please use ``/etc/zabbix/zabbix_agent.d`` volume with additional configuration files with ``Alias`` options. Currently it is not allowed to specify ``ZBX_ALIAS`` environment variable. Please use ``/etc/zabbix/zabbix_agentd.d`` volume with additional configuration files with ``Alias`` options.
## Contributing ## Contributing