Hey Bob,

The problem doesn't lie in you using alternate templates.
Its actually an issue with the limitations of the
%LOG_FILE% and the %DEVICE_LOG% tags.
The %LOG_FILE% has a list of all log data with no filters applied.
The %DEVICE_LOG% tag filters data per device (which will include
SNMP traps for the specified for device).   This is the only built in
features in WUG 7 for logging.  If there is a lot of demand for more
capabilities in the logging component within the web, maybe upgrades
can be done in later versions.

I did think of a possible work around, but it may be a pain and require
some web development expertise.  Whenever you use either of the before
mentioned tags, all the data is expanded.  So if you are familiar with
client-side
javascript you could do something like:

var AllMyLogData = <%LOG_FILE% 5000>

////////  psuedocode ///////
{ Use Javascript to look inside the AllMyLogData for SNMP keywords }
////////  psuedocode ///////

Like I said, the work around is a pain...
~Brian

----- Original Message -----
From: "Glatt, Robert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 16, 2002 1:59 PM
Subject: [WhatsUp Forum] filter for logview.asp


> Is there a way in WUG 7 using the web interface with alternate1 templates
> being used of only generating the SNMP lines of the log file? or any way
of
> applying a varying filter?
>
>
> bob glatt
>
> 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/
>


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/

Reply via email to