Rexxer

Some tips for me and other

Zabbix + Check your user parameters

To check your user parameters you can use the utility from zabbix client: zabbix_get

I have some issues with my user parameter and ran the command:

zabbix_get -s localhost -k “MyUserParameter”

and got:

ZBX_NOTSUPPORTED: Timeout while executing a shell script.

I went to the zabbix_client.conf and set the timeout to 15.

Now everything is OK – the script works.

Don’t forget to allow connections to zabbix_client from localhost and used IPs.

Comments are currently closed.