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.

Current Muted Alerts (v5) [SAM & NPM]

Report.png

Report that shows the Current Muted Alerts and the current audit logs (showing who did the muting).

v1 - original build

v2 - added user who did the muting and Tooltip support

v3 - added local Orion server time in addition to UTC time

v4 - Fixed a 'possible' syntax error with a Join to the Audit Table

v5 - Fixed an issue with duplications occurring when a device is flipped from Muted to Unmuted and back

Tested against Core 2017.1 with NPM 12.1 and SAM 6.4

Created "filtered" reports for Current Muted Alerts for Network Devices (v5) [NPM Only] and Current Muted Alerts for Servers (v5) [SAM Only]

I can only test on a very small segment of my environment, and would appreciate any feedback.

Parents
  • I tried to unmute it (report became empty, that's logical) and mute again (saw the same picture with extra user)
    Also I have a custom widget with this query:

    select
    n.caption as [Device], n.DetailsURL as [_LinkFor_Device]
    ,'/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Device]
    ,n.IP_Address as [IP], n.DetailsURL as [_LinkFor_IP]
    , Alerts.SuppressFrom as [Mute from], Alerts.SuppressUntil as [Mute Until]
    from Orion.AlertSuppression AlertS
    join Orion.nodes n on n.uri = AlertS.EntityURI

    and it shows only one user (me) 

Reply
  • I tried to unmute it (report became empty, that's logical) and mute again (saw the same picture with extra user)
    Also I have a custom widget with this query:

    select
    n.caption as [Device], n.DetailsURL as [_LinkFor_Device]
    ,'/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Device]
    ,n.IP_Address as [IP], n.DetailsURL as [_LinkFor_IP]
    , Alerts.SuppressFrom as [Mute from], Alerts.SuppressUntil as [Mute Until]
    from Orion.AlertSuppression AlertS
    join Orion.nodes n on n.uri = AlertS.EntityURI

    and it shows only one user (me) 

Children
No Data