Hello
I have setup some reports which look at the IPAM Events and show changes made....for example when a Supernet is added....who added it, when it was added etc etc.
I would like to setup an Alert which triggers when a specific IPAM event is logged.
I have found the EventType I want which is 920.
Can I use a Custom SQL Alert?
Something like
Select *
From [NetPerfMon].[dbo].[IPAM_Events]
Where EventType = '920'
Obviously this won't work but you see what I am getting at.
I bascially want an alert to be trigged when the IPAM Events log a 920 EventType
Hope that makes sense 
Thanks