I'm trying to figure out how to generate a daily report that contains the prior days interface utilization percent containing only interfaces that broke a certain threshold during that day.
I'm thinking the report would show Percent Utilization - Line Chart for interfaces that went over 90% utilization during the prior day.
My initial thought was to create a custom yes/no property called High_Utilization that defaults to no. When the high utilization alert is triggered the property would then change to yes. The report would then easily be able to grab those interfaces marked with a yes and show the prior day's traffic.
The issue with this path that I'm running into is I don't know how to reset the custom property back to no at a certain point in time everyday. For example, if I schedule the report to run at 0645, I would want the custom property to be reset at 0700.
Any thoughts on how to accomplish this or if there is a better way to get this done?
Thanks