I was wondering if someone notice this possible bug/error, there seems to be no support for inline comments on the zabbix configuration files.
I spend about one hour reformating all my config file to include the comments at the end of the line and when restarted the server found that its not supported.
ie:
None of the above work, i always get the following:
so i have to remove inline comments in order to make it work
would this be a candidate for a feature/bug request?
i think its a pretty common request/feature, its the first time i see a program in unix world that doesnt support it...
I spend about one hour reformating all my config file to include the comments at the end of the line and when restarted the server found that its not supported.
ie:
Code:
ListenPort=10051 # Listen port for trapper. ListenPort=10051 // Listen port for trapper. ListenPort=10051 ; Listen port for trapper.
Code:
zabbix_server [1156]: wrong value of[ListenPort] in config file [/apps/zabbix/2.2.3/etc/zabbix_server.conf], line 5
would this be a candidate for a feature/bug request?
i think its a pretty common request/feature, its the first time i see a program in unix world that doesnt support it...
Comment