I'm using templates
with Zabbix 1.8.10 (mysql) on debian 6.0.2 x64
in agent config:
UserParameter=mysql.Connections,/usr/bin/php /srv/scripts/ss_get_mysql_stats.php --host localhost --items bn | awk -F: '{if (NR!=1) { print $2 }}'
script returns: 1487900
in server log i got this error:
item [HOST:mysql.Connections] became not supported: Type of received value [1487900] is not suitable for value type [Numeric (float)]
item config in Zabbix attached.
I tried a lot of changing in item config but without results.
Is this bug or config mistake?
with Zabbix 1.8.10 (mysql) on debian 6.0.2 x64
in agent config:
UserParameter=mysql.Connections,/usr/bin/php /srv/scripts/ss_get_mysql_stats.php --host localhost --items bn | awk -F: '{if (NR!=1) { print $2 }}'
script returns: 1487900
in server log i got this error:
item [HOST:mysql.Connections] became not supported: Type of received value [1487900] is not suitable for value type [Numeric (float)]
item config in Zabbix attached.
I tried a lot of changing in item config but without results.
Is this bug or config mistake?

Comment