-
Type:
Change Request (Sub-task)
-
Resolution: Won't fix
-
Priority:
Major
-
None
-
Affects Version/s: None
-
Component/s: Agent (G), Proxy (P), Server (S)
-
None
Some directory parameters expect a terminating '/', e.g.:
- AlertScriptsPath=/home/zabbix/bin/
- Include=/etc/zabbix/zabbix_server/
But others do not, e.g.:
- ExternalScripts=/etc/zabbix/externalscripts
- TmpDir=/tmp
There should probably always be a terminating `/' for all directory parameters.