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.

How can I create a report to show everything that is monitored?

I'm having an external audit of my monitoring systems, I need to create a report that list every object that is monitored within Orion and at what thresholds alerts are triggered. Is there any easy way to do this within Orion?

  • yes, but not easily

    you can query the nodes, interfaces and volumes tables with an inner join statement (join on nodeid)

    however the thresholds of alerts portion will be more complex as you can have alerts that are more "blanketed" where as other alerts are more "directed" or "assigned" to certain nodes (assuming you are using advanced alerts, basic alerts this would be a tad easier

  • that would be an awesome report actually...

    I havent bothered in trying to create it as it seems very complicated but I think very useful to a lot of people!

    Especially very nice to show for that yearly audit...

    if anyone manages to create a report, please share it! :)