Basically, my problem is exactly that described in https://support.zabbix.com/browse/ZBX-1650
I am using zabbix 1.8.3 (purportedly after the fix), but I still get ZBX_NOTSUPPORTED when calling zabbix_get with any parameters with a dash (-) in it (but all others work). I have tried replacing the parameters and running the command directly and it works (it returns an integer). Also, while the link above seems to suggest that this is unnecessary, I have set the following in zabbix_agentd.conf:
UnsafeUserParameters=1
Does anyone have any other suggestions? Is there any way to further debug this issue? For instance, it would be nice to see the command that zabbix_get is calling to be sure that the parameters are correctly passed to the User Parameter. Thanks for any help you can offer, and let me know if I can clarify my problem anymore.
-Mason
I am using zabbix 1.8.3 (purportedly after the fix), but I still get ZBX_NOTSUPPORTED when calling zabbix_get with any parameters with a dash (-) in it (but all others work). I have tried replacing the parameters and running the command directly and it works (it returns an integer). Also, while the link above seems to suggest that this is unnecessary, I have set the following in zabbix_agentd.conf:
UnsafeUserParameters=1
Does anyone have any other suggestions? Is there any way to further debug this issue? For instance, it would be nice to see the command that zabbix_get is calling to be sure that the parameters are correctly passed to the User Parameter. Thanks for any help you can offer, and let me know if I can clarify my problem anymore.
-Mason
Comment