I have been looking around here and through source somewhat, but can someone please tell me what the correct formatting is for user parameters, esp. as pertains to a Win32 agent? Is it one of the following:
UserParameter=key.specific_arg,command
UserParameter=key[specific_arg],command
UserParameter=key[],command
UserParameter=key[*], command
And on the web configuration, would I indeed specify the key as key[specific_arg] as well?
I'm calling cscript //Nologo <vbs> and expecting Zabbix to append a command line option ("specific_arg" from above). Of course, I'm getting not supported.
Another question -- does DebugLevel 4 work on Win32 agents? I get no more info than when it was set to 3. The .conf file isn't cached when installed as service or anything, is it?
Thanks,
Eric
UserParameter=key.specific_arg,command
UserParameter=key[specific_arg],command
UserParameter=key[],command
UserParameter=key[*], command
And on the web configuration, would I indeed specify the key as key[specific_arg] as well?
I'm calling cscript //Nologo <vbs> and expecting Zabbix to append a command line option ("specific_arg" from above). Of course, I'm getting not supported.
Another question -- does DebugLevel 4 work on Win32 agents? I get no more info than when it was set to 3. The .conf file isn't cached when installed as service or anything, is it?
Thanks,
Eric