Ad Widget

Collapse

Error reason for "<hostname>:vfs.fs.size[/var,used]"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cesarsj
    Senior Member
    • Dec 2018
    • 154

    #1

    Error reason for "<hostname>:vfs.fs.size[/var,used]"

    The log of zabbix_server shows the error for some hosts:

    10819:20190103:205950.114 error reason for "<hostname>:vfs.fs.size[/var,used]" changed: Value 7570672582656.000000 is too small or too large.

    And even though I disable the items below, the errors still appear in the log:

    Template_Linux: Free disk space on /var | vfs.fs.size[/var,free]
    Template_Linux: Free disk space on /var in % | Triggers 1 | vfs.fs.size[/var,pfree]

    How do I correct these errors?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Have you selected 'Numeric (float)' as the Type of information?
    It seems that it has exceeded the range of numerical value which can be handled at the present time Zabbix.
    If you count with a simple number of bytes you may be able to handle larger values by choosing 'Numeric (unsigned)'.

    Numeric (float) - floating point number
    Allowed range: -999999999999.9999 to 999999999999.9999

    Numeric (unsigned) - 64bit unsigned integer
    will be 0 to 18,446,744,073,709,551,615

    Comment


    • cesarsj
      cesarsj commented
      Editing a comment
      Thanks for the answer, the problem was solved.
Working...