Hello,
I have a strange problem with an 1.6.2 zabbix_agentd just
flawlessly compiled on a debian box.
UserParameter = wget.f1,/usr/bin/time -f "%e" /usr/bin/wget -q -O /dev/null www.domain.com
works from the command line (as user zabbix), debug log shows a successfully returned float value, but then - ZBX_NOTSUPPORTED. Replacing UserParameter with a simple "echo 0.10" works. So what can be wrong here ?
I have a strange problem with an 1.6.2 zabbix_agentd just
flawlessly compiled on a debian box.
UserParameter = wget.f1,/usr/bin/time -f "%e" /usr/bin/wget -q -O /dev/null www.domain.com
works from the command line (as user zabbix), debug log shows a successfully returned float value, but then - ZBX_NOTSUPPORTED. Replacing UserParameter with a simple "echo 0.10" works. So what can be wrong here ?
Comment