This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Filter Active Alerts for NOC View?

I can't figure out how to include the Active Alerts page into a NOC view. I found adding a custom tile got me close but only shows the top 5 Alerts. Anyone got any ideas? I want a view like the Active Alerts that I can use in a NOC View for our Ops team filtered to just include servers using a custom property.

Prefer this with a filter for just servers (the NOC view is already filtered), but can't figure out how to add this view to it.

pastedImage_1.png

I got close with this.

pastedImage_0.png

  • We are using the Custom HTML widget. Just put the following URL in the widget config, adjusting width and height as desired.

    <iframe src="https://servername/orion/netperfmon/alerts.aspx" width="1000" height="800"></iframe>

    The only issue is that you have double menu bars. Otherwise it works.

    Steve