Hi all,
I am playing around with the new 1.6.1 agent for windows in order to make an upgrade plan for several windows environments.
I came across the following issue/question
In 1.4.x we are using the following userparameter format:
When feeding this to an 1.6 agent it complains that it cant find "C:\program". Quoting fail =\
The only working solution i have been able to find is the following:
Only, this is:
- wreaking havoc on some of the scripts (parameter fail)
- Not a nice method of defining paths.
Questions:
- Is this by design?
- Is this the only way to get userparameters to work?
- Will this be changed in the near future?
Kind reards,
I am playing around with the new 1.6.1 agent for windows in order to make an upgrade plan for several windows environments.
I came across the following issue/question
In 1.4.x we are using the following userparameter format:
UserParameter=test[*],"C:\program files\zabbix agent\scripts\test.vb" $1 $2 $3
The only working solution i have been able to find is the following:
UserParameter=test[*],C:\"program files"\"zabbix agent"\scripts\test.vb $1 $2 $3
- wreaking havoc on some of the scripts (parameter fail)
- Not a nice method of defining paths.
Questions:
- Is this by design?
- Is this the only way to get userparameters to work?
- Will this be changed in the near future?
Kind reards,
Comment