Ad Widget

Collapse

Value "" of type "string" is not suitable for value type "Numeric (unsigned)"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BlackCrystal
    Junior Member
    • Dec 2018
    • 28

    #1

    Value "" of type "string" is not suitable for value type "Numeric (unsigned)"

    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?
  • Andrzej PAwlik
    Junior Member
    • Feb 2019
    • 27

    #2
    Try use zabbix_get on the host for this item.



    You see what zabbix agent send to serwer.

    Comment

    Working...