i have an item in a discovery that get the available log space for my database. there'a a script that every 60 seconds execute ( scheduled in crontab) and zabbix agent get value from output. the output is like 1998065544 or 1992315675. its always returning value but sometimes in a while i get this error :
Value "" of type "string" is not suitable for value type "Numeric (unsigned)"
the script on server has the value but agent return null for zabbix. i wanted to know the cause of this and fix it. i it because agent is slow or its just a bug?
Value "" of type "string" is not suitable for value type "Numeric (unsigned)"
the script on server has the value but agent return null for zabbix. i wanted to know the cause of this and fix it. i it because agent is slow or its just a bug?
Comment