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.

More TooltipsText on map

When you hoover over a node on a map in the webinterface you see some tooltipstext.
Can a get other fields from the database there and where do I change the code?

I saw in the [mapname].OrionMap that the text i set in that file but what process produces that file?


Regards
Thomas
  • Thomas,
    You can change the Map ToolTips in version 7.1. (Due out next week).
    Use the following URL to modify the ToolTips :
    http://<your server>/NetPerfMon/Admin/MapToolTipTemplates.asp

    The Tool Tips can be set using any of the Node Macros.
    An Example: ${NodeName} in ${Building}${CR}Response Time is ${ResponseTime}
    The primary reason this was added is to allow Custom Properties to be displayed in the Tool Tips.

    The default setting for Node Tool Tips is :
    ${Caption}${CR}${StatusDescription}${CR}${MachineType}${CR}${IP}

    Don
  • Don,

    Any chance we can get hyperlinks to these tools off the admin page (including the one which changes the max response time in the gauges)?

    // Ian Underwood - Service Management
    // Level 3 Communications
  • Custom Properties i just what I want to use it with.

    Great!

    /Thomas
  • Ian,

    I just edited the adminmenu.asp file and added some of the custom asp files to the admin menu on the left side of the page.

    Here are the last few lines of the AdminMenu.asp file:

    <%#@~^CAAAAA==7Ax[,q6PDwIAAA==^#~@%>
    <tr>
    <td width="25"> </td>
    <td nowrap><a class="NavBarMenu" href="MapToolTipTemplates.asp">Map Tool Tips</a></td>
    </tr>
    <tr>
    <td width="25"> </td>
    <td nowrap><a class="NavBarMenu" href="ResponseTimeGaugeScale.asp">Response Time Scale</a></td>
    </tr>
    <tr>
    <td width="25"> </td>
    <td nowrap><a class="NavBarMenu" href="ClearCache.asp">Clear Web Cache</a></td>
    </tr>
    <%#@~^LgAAAA==7&0~g+Dn+M0tGxcZ;DM+UOzmmK;xDRb^sGhzNskUPP4x7YhAAAA==^#~@%>
    <tr>
    <td width="25"> </td>
    <td nowrap><a class="NavBarMenu" href="<%=#@~^CgAAAA==uV2U+M\+MAAQAAA==^#~@%>/NetPerfMon/Help/Admin/default.htm" target="_blank">Admin Guide</a></td>
    </tr>
    <%#@~^CAAAAA==7Ax[,q6d+AEAAA==^#~@%>
    </table>

    This moves the Clear Web Cache item down and inserts:

    Map Tool Tips
    Response Time Scale

    into the Admin menu.

    -=Cheers=-
    NG