Comments
-
This is a common problem but if you dissect it a little it will make sense * The Cisco graph which is derived from on-board CPU load history shows the spike * The Orion graph which is derived from SNMP gathered history shows a data gap. * When the Cisco device goes to 100% CPU, it's too busy to respond to SNMP queries from…
-
This might work: Build a report with this sql: select distinct IPAddress as 'IP ADDRESS', IPAddressType as 'IP VERSION', Caption,StatusName, PhysicalAddress from NodeIPAddresses join Interfaces on (NodeIPAddresses.NodeId=Interfaces.NodeId) join StatusInfo on (Interfaces.Status=StatusInfo.StatusId) where…
-
We have 3 NPM SLX installations in different parts of North America. We have a 4th little NPM+SAM standalone instance that we use to monitor the other 3 NPM SLX instances. Quite appropriately (IMHO) we call the little instance "watchdog" and it bypasses normal alerting paths and sends alerts to specific people directly.…