I want to send a key with parameters witch contains comma or space (JMX MBean for Tomcat), but these caracters are deleted by zabbix agent.
The use of " or ' not resolve the problem.
Can I do something like this :
Key : seb.test[Catalina:j2eeType=Servlet,name=admin.service.servi ce_jsp,WebModule=//localhost/admin,J2EEApplication=none,J2EEServer=none#process ingTime],separator=#
UserParameter=seb.test[*],/my/script.pl $1 $2
The zabbix agent use the separator parameter to distinct parameters ($1 and $2).
The use of " or ' not resolve the problem.
Can I do something like this :
Key : seb.test[Catalina:j2eeType=Servlet,name=admin.service.servi ce_jsp,WebModule=//localhost/admin,J2EEApplication=none,J2EEServer=none#process ingTime],separator=#
UserParameter=seb.test[*],/my/script.pl $1 $2
The zabbix agent use the separator parameter to distinct parameters ($1 and $2).
Comment