Hi there,
I migrated my database from MSSQL 2012 to MSSQL 2014, and a Zabbix graph based on a SQL query stopped working with the following error.
Is this a known problem? Can anyone suggest a solution?
Zabbix Item:
Total Users Online mssql.wgmonline
Agent Config
Server=######
ServerActive=######
Hostname=######
UserParameter=mssql.wgmonline,sqlcmd -h -1 -U ###### -P ###### -d ###### -Q "select count(distinct(profileid)) from sessions"
Error:
Received value [43371(1 rows affected)] is not suitable for value type [Numeric (float)]
PS: Zabbix version is 2.4.7.
Thanks
I migrated my database from MSSQL 2012 to MSSQL 2014, and a Zabbix graph based on a SQL query stopped working with the following error.
Is this a known problem? Can anyone suggest a solution?
Zabbix Item:
Total Users Online mssql.wgmonline
Agent Config
Server=######
ServerActive=######
Hostname=######
UserParameter=mssql.wgmonline,sqlcmd -h -1 -U ###### -P ###### -d ###### -Q "select count(distinct(profileid)) from sessions"
Error:
Received value [43371(1 rows affected)] is not suitable for value type [Numeric (float)]
PS: Zabbix version is 2.4.7.
Thanks
Comment