Hi!
I have the following User Parameters:
The produce simple number on the output, like -1.300.
Why is Zabbix Agent marking this ones as ZBX_NOTSUPPORTED, and disabling them on the server ?!?!
I have the following User Parameters:
Code:
UserParameter=ntp.offset,/usr/sbin/ntpq -pn | /usr/bin/gawk 'BEGIN { offset=1000 } $1 ~ /\*/ { offset=$9 } END { print offset }'
UserParameter=ntp.jitter,/usr/sbin/ntpq -pn | /usr/bin/gawk 'BEGIN { offset=1000 } $1 ~ /\*/ { offset=$10 } END { print offset }'
UserParameter=ntp.delay,/usr/sbin/ntpq -pn | /usr/bin/gawk 'BEGIN { offset=1000 } $1 ~ /\*/ { offset=$8 } END { print offset }'
Why is Zabbix Agent marking this ones as ZBX_NOTSUPPORTED, and disabling them on the server ?!?!
Comment