Hi!
I'm trying to create a calculate item with this formula:
forecast(df64UsedKBytes[{#SNMPINDEX}],180d,,180d)
the target is plotting a line in a graph that shows what will be my disk usage in 6 months based on my behaviour on 6 months... but the reult is alway the same: 999999999999.999878 no matter what I use as parameters...
but when I change the first parameter to a single point in the past, it works... like
forecast(df64UsedKBytes[{#SNMPINDEX}],#1,,180d) = 27402366922752.000000
Am I doing something wrong? Or is it a bug?
I'm using Zabbix 5.0.0
Thanks,
Leo
I'm trying to create a calculate item with this formula:
forecast(df64UsedKBytes[{#SNMPINDEX}],180d,,180d)
the target is plotting a line in a graph that shows what will be my disk usage in 6 months based on my behaviour on 6 months... but the reult is alway the same: 999999999999.999878 no matter what I use as parameters...
but when I change the first parameter to a single point in the past, it works... like
forecast(df64UsedKBytes[{#SNMPINDEX}],#1,,180d) = 27402366922752.000000
Am I doing something wrong? Or is it a bug?
I'm using Zabbix 5.0.0
Thanks,
Leo