hi there,
i have a strange problem with forecast items.
I am trying to do a forecast for disk usages on my monitored hosts. I have working items with the free space which are of the type Numeric (unsigned)
The problem occurs - or gets visible when the free space is above 1TB
When I create a calculated item with the formula
Code:
last(//ITEMKEY)
when i change the forumula to
Code:
forecast(//ITEMKEY,1h,1h)
Seems linke forecast reading a float value although its unsigned :-/
can anybody help me pointing this out?