I wanted to see if it is possible to perform some sort of a database query to bring in some more information right before sending an Orion alert. This database query would collect some more pertinent information regarding the node and send it as part of the Email alert. Pertinent information might be additional IP address, user names, etc that is retrieved from the database. So, a sample email alert might look like this:
Node: 10.100.2.x is down.
Information retrieved via database query (prior to sending the alert)
Rack No: 2W
Management console IP: 10.200.2.x
username: admin
Contact Name: Joe Help
Address: 123 any street, Any city, US.
Avocent: xxxx
Affected servers: 10.100.x.x
etc etc
The database information would be entered into a separate relational database perhaps using MS Access forms or Sharepoint forms.
Thanks in advance