I added Down interfaces and created a filter DATEDIFF(day, InterfaceLastChange, getdate()) > '30’. This basically shows all interfaces that have been in a ‘not-connected’ state for more than 30 days. It has been working perfectly for a long time. However we just upgraded to NPM 10.2, and it has stopped working. Now it just shows all ‘not-connected’ interfaces, as if it is ignoring the filter completely.
Anyone run into something similar?