if %LOG_FILE% is available on the very first webpage before you actually choose a map, how would substituting %DEVICE_LOG% work??? Maybe my problem is deeper. From the gui I can look at the logs and see data for various maps. If I go to Reports on the GUI and try to generate one for a map that I know has data from either the event log or snmp log, I end up with "Report Failed: Log contains no events for this map!"
I guess I should have been a Chef. -----Original Message----- From: Brian Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: Re: [WhatsUp Forum] filter for logview.asp 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/ 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/
