Hello all,
I have created a UserParameter with a custom script that allows me to see table locks in the database. Usually this script returns a value of 0, and if any other value other 0 is returned I need to set up a trigger/action to email myself and my team.
However, after creating the item in Zabbix and adding the UserParameter in the agent config file I am receiving an error from the Zabbix GUI. The error states "Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]". For the record, I am getting the same error when I try numeric float. As of right now when I run this script (as expected) I receive a value of "0". Why is Zabbix not able to store/display this info? Is there perhaps something easy I am missing?
Thanks for the help!
I have created a UserParameter with a custom script that allows me to see table locks in the database. Usually this script returns a value of 0, and if any other value other 0 is returned I need to set up a trigger/action to email myself and my team.
However, after creating the item in Zabbix and adding the UserParameter in the agent config file I am receiving an error from the Zabbix GUI. The error states "Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]". For the record, I am getting the same error when I try numeric float. As of right now when I run this script (as expected) I receive a value of "0". Why is Zabbix not able to store/display this info? Is there perhaps something easy I am missing?
Thanks for the help!
Comment