Hi There!
It looks like there is a minor issue with double quotes in your documentation.
Example:
http://www.zabbix.com/documentation/..._in_zabbix_gui
So, there is a key line, when copy&paste it, here what you get:
jmx[“java.lang:type=Memory”,”HeapMemoryUsage.used”]
When it should have been:
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
Ofc zabbix will not like it, but it's not immediately obvious where the problem is, not everybody pay close attention to the quotes.
I would assume this issue can be on other pages, as well as in other translations.
Thanks
Stan
It looks like there is a minor issue with double quotes in your documentation.
Example:
http://www.zabbix.com/documentation/..._in_zabbix_gui
So, there is a key line, when copy&paste it, here what you get:
jmx[“java.lang:type=Memory”,”HeapMemoryUsage.used”]
When it should have been:
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
Ofc zabbix will not like it, but it's not immediately obvious where the problem is, not everybody pay close attention to the quotes.
I would assume this issue can be on other pages, as well as in other translations.
Thanks
Stan
Comment