I am trying to pass multiple variables to a UserParameter script, but when I relaunch the agent it gives me the following error:
Can't add user specified key "san[*". Can't parse key!
Here is the my entry in the zabbix_agentd.conf:
UserParameter=san[*,*],/home/zabbix/san.sh
I know it is dieing at the first comma, but my question is how can I pass multiple items from zabbix to a shell script without is seeing the comma?
Can't add user specified key "san[*". Can't parse key!
Here is the my entry in the zabbix_agentd.conf:
UserParameter=san[*,*],/home/zabbix/san.sh
I know it is dieing at the first comma, but my question is how can I pass multiple items from zabbix to a shell script without is seeing the comma?
Comment