Comments
-
It would take some tweaking to get them to work, but from what I've gathered using alerts with nested conditions will help keep things at an acceptable level. The fun part is figuring out the complex and simple conditions and getting them right
-
Figured it out... TOP(10000) FROM SysLog WHERE DateTime < @date AND MessageType NOT LIKE '%ASA' SELECT @RowCountVar = @@ROWCOUNT SET @CatchCount = 0; --Null catch count
-
You may need to work with Solarwinds support on this one. We had the same issue when we migrated to a new database server. The polling engines are associated with an ID in the SQL tables, and sometimes the tables have nodes, sonars, etc., assoicated with the old poller. I'd have a tech go through with you on a GoToMeeting…
-
I noticed a problem we had when we did a major version upgrade, but this was in NCM. It went through and put in a default value for some of our SNMP public and private passwords. Try one of the nodes that changes to a gray status and edit the node. Verify the SNMP credentials pass the test. I'd maybe experiment with one of…
-
The only thing I could think of is if the Dell Kace has a way to receive syslogs or SNMP traps you could forward the information to Kace then have it generate a ticket. I'm sure the Solarwinds techs have more complex methods to help you out. I'm wondering if the Solarwinds IT Web Help Desk has that feature.
-
This may be a good start. http://thwack.solarwinds.com/docs/DOC-137039 Also, just do a search for "ASA" on here and you may find some other pollers that will be helpful to you.
-
I'm off work for a couple of days so I'm trying to see visualize the entire alert application in my head . You should be able to specify to alert on a node being down or a node being rebooted. You could also add a condition to meet that if the node is rebooted then don't send an alert out. Of course, if you have some very…