I have looked through the doc and searched here but haven't found an answer yet.
I would like to have NPM email a message to a support team when a node is added or removed from NPM. Is this possible?
Thanks -Rob-
In the Advanced Alert Manager you'll need to create a Custom SQL Alert trigger.
I use the trigger Query "Node" and the following SQL statement for triggering and alert on additions.
Inner Join Events on Nodes.NodeID = Events.NetworkNode where EventType = 8 and Acknowledged = 0
The EventType of 8 is node added and EventType 9 is node removed. Then just setup your alert based on the information and tables polled.
This is just a simple alert and may not function completely for your own environment, but I hope it at least gets you in the ballpark of what you need.
There are several other posts here that might help you also:
http://http://thwack.solarwinds.com/message/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=node+added+alert