Comments
-
Unfortuntatly i dont have the IPAM module installed so i cant test, but i can see where you may be going wrong here, the alert trigger condtion when using custom SQL you need to 'Join' your condition on to the pre populated SELECT. so something like this: INNER JOIN IPAM_Node n ON IPAM_NOdeReportView.IPNodeId…
-
HI, what type of alerts do you wanting to trigger based on group membership?
-
Thank you cvachovecj
-
Thank you Maria ill keep a close eye on this
-
try this out it will check for Acknowledged but i couldn't get the Lastchange status in the OSPF for 60 hours this is because i am using SQL and not SWQL. (i just prefer SQL interface and flexibility) this is what the alert looks like: Raw SQL: SELECT *FROM NPM_RoutingNeighbor_V JOIN NPM_RoutingProtocol RP ON…
-
Damn would have been good to answer this at work ill take a look for you tomorrow essentually you want to join the alertstatusview on this has a colloum acknowladged you want to set this as an additional check in your where clause to be acknowledge = 1. 0 being unacknowledged.
-
yea its a staged upgrade process each one is dependent on the other 12.1 is cool btw
-
can you show me where the serial numbers are you want to see on the report?
-
HI, You might find that you dont retain that amount of Syslog messages the default from SolarWinds is 7 Days. To check just click Settings > Polling Settings and i wouldn't recommend increase depending on Hard drive space ect.. but then again depends on your retention policy if i did have all that data i would first start…
-
Iv not actually used PagerDuty but looks good, i was thinking without testing or using this before, ill give it a go. You have the PDIntegrationKey witch is a custom property you could duplicate and change the select. { "service_key": "${SQL: SELECT Nodes.PDIntegrationKey FROM Nodes WHERE NodeID='${NodeID}'}",…
-
NTA has recently migrated from a FastBit database to MS-SQL, the alerting i think you are looking for is only available on the SQL database NTA compatible version. i am still on 4.2.2 and the alerting in this version is quite limited. Here are the specific alerts out of box with the newer version: NetFlow-specific…