Ad Widget

Collapse

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

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • christianmolecki
    Junior Member
    • Nov 2017
    • 22

    #1

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

    Hello guys,

    some time ago I created own items to monitor the read/write speed for linux-partitions.
    Now the zabbix_server.log shows some type-problems.

    4336:20220728:210036.616 item "A-GWZDB01:vfs.dev.read[sdb1,sps,avg1]" became not supported: Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "24099.466667"
    4335:20220728:210038.616 item "A-GWZDB01:vfs.dev.write[sdb1,sps,avg1]" became not supported: Value of type "string" is not suitable for value type "Numeric (unsigned)". Value "2.400000"

    Does the type of the return value has changed with Zabbix v6?

    Attachment:
    - item settings

    BR
    Chris.
    Attached Files
  • Answer selected by christianmolecki at 02-08-2022, 08:23.
    Hamardaban
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • May 2019
    • 2713

    Value "24099.466667" this is clearly not an integer (Numeric (unsigned))! :-)
    change the item Type of information -> Numeric (float)

    Comment

    • Hamardaban
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • May 2019
      • 2713

      #2
      Value "24099.466667" this is clearly not an integer (Numeric (unsigned))! :-)
      change the item Type of information -> Numeric (float)

      Comment

      • vladimir_lv
        Senior Member
        • May 2022
        • 240

        #3
        Hi!
        The same for vfs.dev.write, the type should be Numeric(Float)
        Click image for larger version

Name:	vfs.dev.read.png
Views:	10049
Size:	53.8 KB
ID:	449000

        Comment

        • christianmolecki
          Junior Member
          • Nov 2017
          • 22

          #4
          Thank you guys. Some Items has been nummeric (integer) and not float.

          I was confused, becaused the message ment "Value of type "string" is not suitable"...

          [HASHTAG="t438"]solved[/HASHTAG]

          Comment

          Working...