Here is the file I use to do this.
Save it into your web directory. Remove the .txt extension. Then go to
http://WUGcomputer/listalldevices.asp . It will list all devices on all
loaded maps. There is no sorting, it shows the way WUG wants to show it to
you.
I hope this helps.
Jeff Cook
IT Technician
Whatcom Educational Credit Union
[EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 6:02 AM
To: [EMAIL PROTECTED]
Subject: [WhatsUp Forum] Device Lists
I am looking for a way to create a list of all of the devices that I have
on each map.
any suggestions.
Thanks,
Matt
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/
<html>
<head>
<TITLE>WhatsUp Gold - All Devices </TITLE>
</HEAD>
<BODY>
<table width="100%" border=1 cellspacing=0>
<tr>
<td><font size=+1><b>Map:</font></b>
<td><font size=+1><b>Device Name:</font></b>
<td><font size=+1><b>Host Name:</font></b>
<td><font size=+1><b>IP Address:</font></b>
<td><font size=+1><b>Device Type:</font></b>
<%START_LOADED_MAP_LIST%>
<%START_DEVICE_LIST%>
<tr>
<td><font size=-2 color=gray>Map:</font> <%MAP% NAME>
<td><font size=-2 color=gray>Name:</font> <%DEVICE% DISPLAY_NAME>
<td><font size=-2 color=gray>Host:</font> <%DEVICE% HOSTNAME>
<td><font size=-2 color=gray>IP:</font> <%DEVICE% IP_ADDRESS>
<td><font size=-2 color=gray>Type:</font> <%DEVICE% HOST_TYPE>
<%END_DEVICE_LIST%>
<%END_LOADED_MAP_LIST%>
</body>
</html>