hello,
i am running Zabbix server (version 1.4.2) on a debian stable machine (2.6.18-5 kernel) and running the client (version 1.4.2) on a debian test machine (2.6.15-1).
i defined the following userparameter in the zabbix_agentd.conf:
UserParamater=rs.meminfo,vmstat -s | grep -i 'free memory' | awk '{print $1}'
when i activate it on the server side, i get ZBX_NOTSUPPORTED return code from the client.
i have verified the following:
1. 'zabbix' user has rights to execute all the commands (vmstat, free and awk) included in the definition.
2. server side data type is correct - number 64-bit integer
3. server and client can talk to each other - two system parameters (system.swap.out and system.swap.in) are getting reported correctly.
this parameter doesn't work even if i simplify the definition to the following:
UserParamater=rs.meminfo,echo 1
could anyone pls. help me resolve this?
thanks in advance
dave
i am running Zabbix server (version 1.4.2) on a debian stable machine (2.6.18-5 kernel) and running the client (version 1.4.2) on a debian test machine (2.6.15-1).
i defined the following userparameter in the zabbix_agentd.conf:
UserParamater=rs.meminfo,vmstat -s | grep -i 'free memory' | awk '{print $1}'
when i activate it on the server side, i get ZBX_NOTSUPPORTED return code from the client.
i have verified the following:
1. 'zabbix' user has rights to execute all the commands (vmstat, free and awk) included in the definition.
2. server side data type is correct - number 64-bit integer
3. server and client can talk to each other - two system parameters (system.swap.out and system.swap.in) are getting reported correctly.
this parameter doesn't work even if i simplify the definition to the following:
UserParamater=rs.meminfo,echo 1
could anyone pls. help me resolve this?
thanks in advance
dave
Comment