Can NPM be configured to alert based on trend violations? This is similar to Aberrant behavior detection in RRDTool based on Holt-Winters' algorithm. It need not be based on complex curve fitting, even if the prediction is a simple linear fit it is much more useful for monitoring. In practice, having the same threshold for every device is not so useful. Lower values trigger a lot of false alarms, higher value tend to delay the fault identification.