Hello,
Is it possible to re-create the Active Alerts 'Acknowledge' button into another custom query?
I need to create a custom query filter only specific nodes that have been alerted, along with the 'acknowledge' button.
Thank you in advance!
Hover over any button you want to recreate and see if it is a JavaScript or a url. Url based buttons are easy to create but so far I haven't been able to work out the JavaScript
You can get the value of AlertActiveID from Orion.AlertActive, then use AlertActiveID to build the value of the acknowledge URL for the alert. The Acknowledge URL has this format:
https://SOLARWINDS_SERVER/Orion/Netperfmon/AckAlert.aspx?AlertDefID=ALERTACTIVEID
You can assign that URL to a link or a button.
Hey timt,
I am having the same issue, did you manage to get this working at all?
Thanks