I've included the ASP page I wrote for things not monitored.
Rename it to .asp, put it in the web directory and link to it however you want (I link from the mainpageprefix asp).


Note that this lists the devices that are MANUALLY disabled, if testing is suspended via timer control, that's not listed.

Jay

At 09:27 AM 8/10/2004, you wrote:
Is there  a way to generate a reports which might show which hosts are
currently not being monitored by whatsup gold? Seems like we have a bunch
of hosts that not being monitored and instead of going throught each map, I
would rather have some auto-generation of hosts not being monitored report.

Thanks,
- hc







-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
This message is for the named person's use only. This communication is for
informational purposes only and has been obtained from sources believed to
be reliable, but it is not necessarily complete and its accuracy cannot be
guaranteed. It is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation of any
transaction. Moreover, this material should not be construed to contain any
recommendation regarding, or opinion concerning, any security. It may
contain confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission. If
you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender. You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient.  Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorized to state them to be the views of any such entity.

ITG Inc. and/or its affiliates reserves the right to monitor and archive
all electronic communications through its network.

ITG Inc. Member NASD, SIPC
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


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>

<table width="100%" border=0>
      <tr>
       <td><STRONG><FONT SIZE=5>WHAT WE STOPPED LOOKING AT </FONT></STRONG> (devices 
manually disabled from polling)</td>
      </tr><tr><br></tr>
     </table>

<table cellspacing="0" cellpadding="3" width="100%" bgcolor="linen" border="2">

<tr>
<td width="15%"></td>
<td width="25%"></td>
<td width="25%"></td>
<td width="15%"></td>
<td width="20%"></td>
</tr>

<tr>
<th align="left">Map Name</th>
<th align="left">WUG Name</th>
<th align="left">Device Name</th>
<th align="left">IP Address</th>
<th align="left">Last Poll</th>
</tr>
<tr></tr><tr></tr>
<%START_LOADED_MAP_LIST%>
<%START_DEVICE_LIST%>
<%IFNOT% IS_MONITORING_ENABLED>
<tr>
<TD><a href="map.asp?map=<%URL_ENCODE% (%MAP% FILENAME)>"target="_top"> <%MAP% NAME> 
</A></TD>
<td><A href="device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% 
UNIQUE_ID>&MapViewMode=Summary"><%DEVICE% DISPLAY_NAME></td>
<td><%DEVICE% HOSTNAME></A></td>
<td><%DEVICE% IP_ADDRESS></td>
<%IF% (%IS_STRING_EMPTY% (%DEVICE% LAST_POLL_TIME))>
<TD><BR></TD>
<%ELSE%> 
<td><%DEVICE% LAST_POLL_TIME></td>
<%ENDIF%>
</tr>
<%ENDIF%>
<%END_DEVICE_LIST%>
<%END_LOADED_MAP_LIST%>
</table>
</body>
</html>

Reply via email to