I don't know if you can do it from the icon. What can be done is imbed the URL of the device in the notes section.

This means that for every device you want to web to, you get to type in the info. On the other hand:

I modified the devicedetails asp page to include a telnet and web link to the device. I set this up
so that you had to have the TOOLS privilege to see these links.

Give the included file a look (it's renamed devicedetails.txt) and see if it will help you.

Jay

At 10:46 AM 1/17/2003 -0500, you wrote:
Perhaps someone has explained this but I cannot seem to find the answer.  I
would like to browse to a device from the whatsup icon.  I can do it from the
console, but can't seem to figure out how to do it from the web interface.
What am I missing?

Thanks all.
                                  Gene Sugg
                          NWOCA Hardware Technician
                               22-900 St Rt 34
                            Archbold, Ohio 43502
                            419.267.5565 Ext:2544
                               [EMAIL PROTECTED]


Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
        Whatsup Gold 7 
        
        device.asp
        ----------------
        Device level information.
        Requires a Map & a Device to be in context
-->
<HTML>


<HEAD>

        <%include% StandardPageHeader.asp>

        <TITLE>WhatsUp Gold</TITLE>

        <META http-equiv="REFRESH" content="<%APPLICATION_SETTINGS% WEB_REFRESH_RATE>">
</HEAD>
<BODY bgColor="#ffffff">
<FONT color="#000000">

<TABLE cellSpacing=0 cellPadding=3 bgColor="#c0c0c0" border=2>
  <TR>
    <TH align=left bgColor="#0080c0" colSpan=2>
      <TABLE width="100%" border=0>
        <TR>
          <TD><%DEVICE% DISPLAY_NAME>&nbsp;-&nbsp;<%DEVICE% HOST_TYPE></TD>
                  <TD align=right><A target=_NEW 
href="h_host.htm">Help</A></TD></TR></TABLE></TH></TR>
  <TR>
    <TD vAlign=top width="98%">
      <TABLE cellSpacing=2 cellPadding=0 width="100%" bgColor="#c0c0c0" border=0>
        <TR>
          <TD width=150></TD>
          <TD width=200></TD>
          <TD></TD></TR>
        <TR>
          <TD>Hostname:</TD>
          <TD><%DEVICE% HOSTNAME></TD></TR>
        <TR>
          <TD>Address:</TD>
          <TD><%DEVICE% IP_ADDRESS></TD></TR>
        <TR>
          <TD>Last Poll Time:</TD>
          <TD><%DEVICE% LAST_SUCCESSFUL_POLL_TIME></TD></TR>
        <TR>
          <TD>Status:</TD>
          <TD bgColor="<%DEVICE% POLL_STATE_COLOR>"><%DEVICE% STATUS></TD></TR>
        <TR>
          <TD colSpan=3><HR></TD>
        <TR>
          <TD colSpan=3>Statistics last cleared: <%DEVICE% CLEAR_TIME></TD></TR></TR>
        <TR>
          <TD colSpan=3>
            <TABLE border=0>
              
              <TR>
                <TH>Type</TH>
                <TH># Polls</TH>
                <TH>% Responded</TH>
                <TH>% Missed</TH>
                <TH>Down time</TH>
                <TH>Period</TH>
                <TH># Alerts</TH>
                <TH>Avg delay</TH>
                <TH>Min delay</TH>
                <TH>Max delay</TH></TR>
              <TR>
                          

                <TD align=right bgColor="<%DEVICE% POLL_STATE_COLOR>"><%DEVICE% 
POLL_TYPE></TD>
                <TD align=right><%DEVICE% POLL_COUNT></TD>
                <TD align=right><%DEVICE% PERCENT_UP>%</TD>
                <TD align=right><%DEVICE% PERCENT_DOWN>%</TD>
                        <TD align=right><%DEVICE% DOWN_TIME></TD>
                <TD align=right><%DEVICE% PERIOD></TD>
                        <TD align=right><%DEVICE% ALERTS_SENT></TD>
                <TD align=right><%DEVICE% AVERAGE_RESPONSE_TIME></TD>
                                <TD align=right><%DEVICE% MIN_RESPONSE_TIME></TD>
                                <TD align=right><%DEVICE% MAX_RESPONSE_TIME></TD>
                                </TR>
              <TR>
                <TD></TD>
                                <%IF% IS_DEVICE_UP>
                                        <TD colSpan=4>Up since: <%DEVICE% 
TIME_OF_LAST_STATE_CHANGE></TD>
                                        <TD colSpan=2>Missed <%DEVICE% 
TOTAL_DOWN_COUNT></TD>
                                <%ELSE%>
                                        <TD colSpan=4>Down since: <%DEVICE% 
TIME_OF_LAST_STATE_CHANGE></TD>
                                        <TD colSpan=2>Missed <%DEVICE% 
CURRENT_DOWN_COUNT></TD>
                                <%ENDIF%>
                                </TR>
                <%START_SERVICE_STATISTICS_LIST%>
                        <TR>
                                  <TD align=right bgcolor="<%SERVICE_STATISTICS% 
STATE_COLOR>"><%SERVICE_STATISTICS% FULLNAME></TD>
                                  <TD align=right><%SERVICE_STATISTICS% 
POLL_COUNT></TD>
                                  <TD align=right><%SERVICE_STATISTICS% 
PERCENT_UP>%</TD>
                                  <TD align=right><%SERVICE_STATISTICS% 
PERCENT_DOWN>%</TD>
                                  <TD align=right><%SERVICE_STATISTICS% DOWN_TIME></TD>
                                  <TD align=right><!-- Leave Period Blank --></TD>
                                  <TD align=right><!-- Leave Alerts Blank --></TD>
                                  <TD align=right><%SERVICE_STATISTICS% 
AVERAGE_RESPONSE_TIME></TD>
                                  <TD align=right><%SERVICE_STATISTICS% 
MIN_RESPONSE_TIME></TD>
                                  <TD align=right><%SERVICE_STATISTICS% 
MAX_RESPONSE_TIME></TD>
                        </tr>
                <%END_SERVICE_STATISTICS_LIST%>                         
                        </TABLE></TD></TR>
        <TR>
          <TD colSpan=3>
            <HR>
          </TD></TR>

                  <%IF% (%IS_STRING_EMPTY% (%DEVICE% INFO_LINE_1))>
                  <%ELSE%>
                          <tr><td>Info1:</td><td><%DEVICE% INFO_LINE_1></td></tr>
                  <%ENDIF%>
                  <%IF% (%IS_STRING_EMPTY% (%DEVICE% INFO_LINE_2))>
                  <%ELSE%>
                        <tr><td>Info2:</td><td><%DEVICE% INFO_LINE_2></td></tr>
                  <%ENDIF%>
                  <%IF% (%IS_STRING_EMPTY% (%DEVICE% NOTES))>
                  <%ELSE%>
                        <tr><td>Notes:</td><td><%DEVICE% NOTES></td></tr>
                  <%ENDIF%>

                  </TABLE></TD>
    <TD vAlign=top noWrap align=left>
      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <A href="default.asp">Top view</A></TD></TR></TABLE>

        <%IFNOT% (%IS_STRING_EMPTY% (%MAP% PARENT_MAP_NAME))>

      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <A href="map.asp?map=<%MAP% PARENT_MAP_NAME>">Parent 
Map</A></TD></TR></TABLE>
        
        <%ENDIF%>


      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                        <A href="map.asp?map=<%MAP% FILENAME>">Map view</A>
                   </tr></td></TABLE>
      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                        <a href="map.asp?map=<%MAP% 
FILENAME>&MapViewMode=Summary">Summary View</a> </tr></td></TABLE>
                        
<%IF% IS_USER_ACCESS_LOG>                       
      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <A href="LogView.asp?map=<%URL_VALUE% map>&device=<%URL_VALUE% 
device>">Log view</A></TD></TR></TABLE>
<%ENDIF%>

<%IF% IS_WEBSERVER_CONFIGURATION_ENABLED> <!-- APPSETTINGS CONFIGURE -->               
   
        <%IF% IS_MAP_CONFIGURE_DEVICES>
                  <TABLE width="100%" border=1>
                        <TR>
                          <TD noWrap align=center bgColor="#c0c0c0">
                          <A href="DeviceSettings.asp?map=<%MAP% 
FILENAME>&device=<%DEVICE% UNIQUE_ID>">Settings</A></TD></TR></TABLE>
                  <TABLE width="100%" border=1>
                        <TR>
                          <TD noWrap align=center bgColor="#c0c0c0">
                          <A href="DeviceResetCounters.asp?map=<%MAP% 
FILENAME>&device=<%DEVICE% UNIQUE_ID>">Reset counters</A></TD></TR></TABLE>
                  <TABLE width="100%" border=1>
                        <TR>
                          <TD noWrap align=center bgColor="#c0c0c0">
                          <A href="DeviceServiceListForm.asp?map=<%MAP% 
FILENAME>&device=<%DEVICE% UNIQUE_ID>">Services</A></TD></TR></TABLE>
                  <TABLE width="100%" border=1>
                        <TR>
                          <TD noWrap align=center bgColor="#c0c0c0">
                          <A href="AlertList.asp?map=<%MAP% FILENAME>&device=<%DEVICE% 
UNIQUE_ID>">Alerts</A></TD></TR></TABLE>
        <%ENDIF%>
<%ENDIF%>

<%IF% IS_USER_ACCESS_TOOLS>     
      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <A href="Tools.asp?map=<%MAP% FILENAME>&DefaultIP=<%DEVICE% 
IP_ADDRESS>&device=<%DEVICE% UNIQUE_ID>">Tools</A></TD></TR></TABLE>

      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <a href="telnet://<%DEVICE% IP_ADDRESS>">Telnet To 
Device</a></TD></TR></TABLE>

      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <a href="http://<%DEVICE% IP_ADDRESS>">Web To 
Device</a></TD></TR></TABLE>
<%ENDIF%>
<%IF% IS_MAP_ACKNOWLEGE_ALERT>  
        <%IF% HAS_DEVICE_STATE_CHANGED>
      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                  <A href="DeviceAcknowledge.asp?map=<%MAP% FILENAME>&device=<%DEVICE% 
UNIQUE_ID>">Acknowledge</A></TD></TR></TABLE>
        <%ENDIF%>
<%ENDIF%>

<%IF% IS_WEB_MENU>      
        <HR>
        <%START_WEB_MENU_LIST%>
        
      <TABLE width="100%" border=1>
        <TR>
          <TD noWrap align=center bgColor="#c0c0c0">
                        <%IF% (%IS_STRING_EMPTY% (%WEB_MENU% ARGUMENTS))>
                                <A target=_NEW href="<%WEB_MENU% COMMAND><%WEB_MENU% 
ARGUMENTS>"><%WEB_MENU% NAME></A></TD></TR></TABLE>
                        <%ELSE%>
                                <A target=_NEW href="<%WEB_MENU% 
COMMAND>&nbsp;<%WEB_MENU% ARGUMENTS>"><%WEB_MENU% NAME></A></TD></TR></TABLE>
                        <%ENDIF%>
        <%END_WEB_MENU_LIST%>
<%ENDIF%>


                  </TD></TR></TABLE>

<%IFNOT% IS_DEVICE_UP>
<!-- device is down & state has changed -->
        <%IF% HAS_DEVICE_STATE_CHANGED>
                <bgsound src="<%SOUND_TYPE% WEBDOWN>">
        <%ENDIF%>

<%ENDIF%>



<TABLE cellSpacing=2 cellPadding=0 width="100%" bgColor="#c0c0c0" border=0>
  
  <TR>
    <TD>Log Extract<BR>
<PRE>
                <%DEVICE_LOG% -1>

</PRE>
      <P></P></TD></TR></TABLE>


<%INCLUDE% NavButtonsMapTopLog.asp>
<%INCLUDE% StandardPageFooter.asp>
</BODY></HTML>

Reply via email to