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.

Number of Nodes View per Site Location

Is it possible to create a view on the Summary Home Page of Soalrwinds, for example:

Per Node Site Location | # of Nodes Up | # of Nodes Down |

Site A                            |            50         |            10             |

Site B                            |            30         |            10             |

 

Then the Site/s (Site A…Site B) are clickable and that once click it will point you to the Site Map of All Nodes belonging to that Site (Network Atlas).

  • How are your SQL skills?

    My recommendation would be to create a report showing the output you're looking for.  Then add that report to the page you want it to appear on.

    We had one of the guys from Loop1 here and he did something very similar for our NOC's view.  They now have a list of all down nodes.

  • You can also do this by creating a custom property for site, then populating the fields of course. Create a report using the Current status of Nodes, Volumes, etc. report type. Your fields would be Site sort:ascending, Status or Status Icon if you are comfortable with that (or both), and Status sort:ascending function:count. Filters should be select records where ANY of the following apply, then enter all of the statuses that you want to see on the report (just up and down, or add in unknown, unmanaged, etc). Change the field formatting for Count_of_status from object status to numeric data. You can add a report grouping by site to clean it up a bit if you want.  Hope this is what you are looking for! :)

  • Hi Chrysta!

    Thanks.  I have tried it it works.  However, is there a way to correlate it to network atlas, such that when you click the per site it will link you to the network atlas map per site map??

  • You could perhaps add another custom property with the url to the map, but other than that I don't think that the report writer is integrated that way with network atlas.  If you include the nodeid, it links automatically to the node details page in orion, but I don't know if it is possible to change that to link to the map.