I have a problem with UserParameter on windows with zabbix 1.1.6.
I have created the simpliest script as possible to make easy to debug:
Here is the conf in zabbix:
Where C:\test.bat is:
But when I try to test with zabbix. I have the error message:not supported.
If I don't use star and do:
Zabbix returns 123.
I don't know if it's a bug with * on 1.1.6.
Thanks for your help.
I have created the simpliest script as possible to make easy to debug:
Here is the conf in zabbix:
UserParameter=mytest[*],C:\test.bat $1
@echo %1
If I don't use star and do:
UserParameter=mytest,C:\test.bat 123
I don't know if it's a bug with * on 1.1.6.
Thanks for your help.

Comment