The most recent content from our members.
I upgraded one of our platforms to NPM 11.5 to see what the capacity forecasting could offer. For some reason my interface graph shows both Warning and Critical trends passed but with threshold of >0%. The interface thresholds are currently set to defaults of 80% and 90% but this seems to be ignored. I have tried setting…
Rather then extrapolate out and provide false positives the out-of-the-box alert should filter out nodes which have been no longer providing data for more then say 1 or 7 days. I also included in mine a filter for unmanaged nodes.
I am currently adding this SWQL filter to all of my capacity forecast resources to avoid seeing objects which have not provided real datums for more then a day or that are currently unmanaged. DAYDIFF(LastSystemUpTimePollUtc,GetUTCDate()) < 1 AND status <> 9 I would be nice if the forecast logic would avoid errors of the…
It looks like you're new here. Sign in or register to get started.