Hi , I have created the following item to predict CPU load for the next 30 days :
It works fine but only provides real-time results and not in the “future”. I need it to display on a graph the value for 30 days ahead. I tried using a last function last(/TGPRDRCPP/CPU_USE_FORECAST_TEST,#1,30d) but I'm getting the following error:
Any ideas on how to solve this will be appreciated.
It works fine but only provides real-time results and not in the “future”. I need it to display on a graph the value for 30 days ahead. I tried using a last function last(/TGPRDRCPP/CPU_USE_FORECAST_TEST,#1,30d) but I'm getting the following error:
Any ideas on how to solve this will be appreciated.
I have never needed to use forecast..
Comment