the telnet/web links in the device page only if the user has tools priviledge. This means
one less click/page to go through to get that capability.
At 02:28 PM 1/17/2003 -0500, you wrote:
Jay,
Thanks for the info. I will try it and see. Creating a link on the tools page
is what I wanted to do. I shall keep my fingers crossed.
I don't know if you can do it from the icon. Whatcan 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:Content-type: text/plain; charset=us-ascii; NAME=devicedetails.txt.asp
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/
Content-disposition: attachment; filename=devicedetails.txt.asp
<!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
-->
<%include% StandardPageHeader.asp>
<%DEVICE% DISPLAY_NAME> - <%DEVICE% HOST_TYPE> Help
Hostname: <%DEVICE% HOSTNAME>
Address: <%DEVICE% IP_ADDRESS>
Last Poll Time: <%DEVICE% LAST_SUCCESSFUL_POLL_TIME>
Status: <%DEVICE% STATUS>
Statistics last cleared: <%DEVICE% CLEAR_TIME>
Type # Polls % Responded % Missed Down time Period # Alerts Avg delay Min delay Max delay
<%DEVICE% POLL_TYPE> <%DEVICE% POLL_COUNT> <%DEVICE% PERCENT_UP>% <%DEVICE% PERCENT_DOWN>% <%DEVICE% DOWN_TIME> <%DEVICE% PERIOD> <%DEVICE% ALERTS_SENT> <%DEVICE% AVERAGE_RESPONSE_TIME> <%DEVICE% MIN_RESPONSE_TIME> <%DEVICE% MAX_RESPONSE_TIME>
<%IF% IS_DEVICE_UP> Up since: <%DEVICE% TIME_OF_LAST_STATE_CHANGE> Missed <%DEVICE% TOTAL_DOWN_COUNT> <%ELSE%> Down since: <%DEVICE% TIME_OF_LAST_STATE_CHANGE> Missed <%DEVICE% CURRENT_DOWN_COUNT> <%ENDIF%>
<%START_SERVICE_STATISTICS_LIST%>
<%SERVICE_STATISTICS% FULLNAME> <%SERVICE_STATISTICS% POLL_COUNT> <%SERVICE_STATISTICS% PERCENT_UP>% <%SERVICE_STATISTICS% PERCENT_DOWN>% <%SERVICE_STATISTICS% DOWN_TIME> <%SERVICE_STATISTICS% AVERAGE_RESPONSE_TIME> <%SERVICE_STATISTICS% MIN_RESPONSE_TIME> <%SERVICE_STATISTICS% MAX_RESPONSE_TIME>
<%END_SERVICE_STATISTICS_LIST%>
<%IF% (%IS_STRING_EMPTY% (%DEVICE% INFO_LINE_1))> <%ELSE%>
Info1:<%DEVICE% INFO_LINE_1>
<%ENDIF%> <%IF% (%IS_STRING_EMPTY% (%DEVICE% INFO_LINE_2))> <%ELSE%>
Info2:<%DEVICE% INFO_LINE_2>
<%ENDIF%> <%IF% (%IS_STRING_EMPTY% (%DEVICE% NOTES))> <%ELSE%>
Notes:<%DEVICE% NOTES>
<%ENDIF%>
Top view
<%IFNOT% (%IS_STRING_EMPTY% (%MAP% PARENT_MAP_NAME))>
Parent Map
<%ENDIF%>
Map view
Summary View
<%IF% IS_USER_ACCESS_LOG>
Log view
<%ENDIF%> <%IF% IS_WEBSERVER_CONFIGURATION_ENABLED> <%IF% IS_MAP_CONFIGURE_DEVICES>
Settings
Reset counters
Services
Alerts
<%ENDIF%> <%ENDIF%> <%IF% IS_USER_ACCESS_TOOLS>
Tools
Telnet To Device
Web To Device
<%ENDIF%> <%IF% IS_MAP_ACKNOWLEGE_ALERT> <%IF% HAS_DEVICE_STATE_CHANGED>
Acknowledge
<%ENDIF%> <%ENDIF%> <%IF% IS_WEB_MENU>
<%START_WEB_MENU_LIST%>
<%IF% (%IS_STRING_EMPTY% (%WEB_MENU% ARGUMENTS))> <%WEB_MENU% NAME>
<%ELSE%> <%WEB_MENU% NAME>
<%ENDIF%> <%END_WEB_MENU_LIST%> <%ENDIF%>
<%IFNOT% IS_DEVICE_UP> <%IF% HAS_DEVICE_STATE_CHANGED> <%ENDIF%> <%ENDIF%>
Log Extract
<%DEVICE_LOG% -1> <%INCLUDE% NavButtonsMapTopLog.asp> <%INCLUDE% StandardPageFooter.asp>
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/
