Open for Voting

Orion Map Resource allowing per Group Map Selection

Today you can add the "Orion Map" Resource to Group Details pages and set the map you want to display in that Resource.  However that same map will display on all Group Details pages.

What I would like to have the ability to do is have another Orion Map Resource that allows you to select the specific Orion Map you want display for each Group Detail page, which could be different for each Group.

Before anyone asks, I am aware that the Map sub-view is available for Groups like it is for Nodes.  However I would like to leave that sub-view, both for Groups and Nodes, as a place where our Teams can create that view to look the way they want for their particular troubleshooting task.

  • Happy 2022 - Any updates on this feature?

  • Adding my support to this feature request...

  • please please please make sure you guys have feature comparisons between Orion Maps and Network Atlas BEFORE you shelf Network Atlas. There are currently ALOT of features missing in the current release of Orion Maps. 

  • Hi Mike,

    I would like to see the same functionality, especially that something similar is available for Network Atlas.

    However, as I needed it for my projects, I have created a custom HTML widget, which brings automatic Orion Map for Group into the "Group Details" (first page) of any group.

    So, this is completely automatic. It is not the same, but maybe it will be a good workaround for you (as for me emoticons_happy.png )

    This is how it looks:

    ----------------

    pastedImage_1.png

    Here is the code for "Custom HTML". Column width needs to be exactly 961 pixels.

    I found that this is the minimum width, in order for widget to work. You can customize it by editing the URL (i.e. zoom level).

    ----------------------------------------------------

    <style>

    #outerdiv2

    {

       width:943px;

       height:465px;

       overflow:hidden;

       position:relative;

    }

    #inneriframe2

    {

       position:absolute;

       top:-104px;

       left:-58px;

       width:1000px;

       height:640px;

    }

    </style>

    <div id="outerdiv2" style="border: 1px solid rgb(0, 0, 0);">

        <iframe src="/ui/maps/staticsubview/?NetObject=C:${id}&Opid=Orion.Groups_${id}&selected=map&zoom=0.8&layoutId=LayoutForceDirected" id="inneriframe2" scrolling="no"></iframe>

    </div>

    ----------------------------------------------------

    I hope the above will help you.

    Kind regards,

    Marcin Kazmierczak.

    ---

    IT-Indago Ltd. - Authorized Reseller & SolarWinds Certified SCP Professional

    IT-Indago – let's monitor  |  Follow us on Facebook & LinkedIn