Hello Zabbix Community!
I'm writing this thread because of a problem i'm having with a specific calculated item supposed to get the amount of time reimaining for a filesystem to get filled.
I have been constantly receiving the message bellow in the zabbix_server.log:
item "SRVFS01:time.until.full[G:]" became not supported: Received value [-1102677965.959351] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
And after a few minutes it gets back to the expected behaviour:
item "SRVSQL:tempo.ate.espaco.acabar[C:]" became supported
It used to work before I upgraded my Zabbix Server to the latest stable version (2.2.6).
The item is configured this way:
Type: Calculated
Key: time.until.full[{#FSNAME}]
Formula: last("vfs.fs.size[{#FSNAME},free]")/(last("vfs.fs.size[{#FSNAME},free]",0,3600)-(last("vfs.fs.size[{#FSNAME},free]")+1))*3600
Type of Information: Numeric (unsigned)
Data Type: Decimal
Units: s
Update Interval: 60
It's driving me nuts!!
I have tried everything to solve this issue but had no success.
Please help me.
Kind regards.
Everton Bernardi
I'm writing this thread because of a problem i'm having with a specific calculated item supposed to get the amount of time reimaining for a filesystem to get filled.
I have been constantly receiving the message bellow in the zabbix_server.log:
item "SRVFS01:time.until.full[G:]" became not supported: Received value [-1102677965.959351] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
And after a few minutes it gets back to the expected behaviour:
item "SRVSQL:tempo.ate.espaco.acabar[C:]" became supported
It used to work before I upgraded my Zabbix Server to the latest stable version (2.2.6).
The item is configured this way:
Type: Calculated
Key: time.until.full[{#FSNAME}]
Formula: last("vfs.fs.size[{#FSNAME},free]")/(last("vfs.fs.size[{#FSNAME},free]",0,3600)-(last("vfs.fs.size[{#FSNAME},free]")+1))*3600
Type of Information: Numeric (unsigned)
Data Type: Decimal
Units: s
Update Interval: 60
It's driving me nuts!!

I have tried everything to solve this issue but had no success.Please help me.
Kind regards.
Everton Bernardi