This content has been marked as final.
Show 5 replies
-
Re: Syslog Summary Window - Multiple Entries
reheindel Nov 4, 2010 10:19 AM (in response to reheindel)One correction to my comment, the detail matches, but the counts on the summary do not.
-
Re: Syslog Summary Window - Multiple Entries
reheindel Nov 4, 2010 5:02 PM (in response to reheindel)Submitted ticket: 198702
-
Re: Syslog Summary Window - Multiple Entries
seigniory Nov 5, 2010 3:34 PM (in response to reheindel)-
Re: Syslog Summary Window - Multiple Entries
Gob Nov 9, 2010 7:01 AM (in response to seigniory)How to fix it. Open in any text editor this file
C:\Inetpub\SolarWinds\Orion\NetPerfMon\Resources\Syslog\SyslogSummary.ascx
Find
<%#Eval("Data")%>
Replace with
<%#(String.IsNullOrEmpty(Eval("Data").ToString()))?"no message type":Eval("Data")%>-
Re: Syslog Summary Window - Multiple Entries
reheindel Nov 15, 2010 1:58 PM (in response to Gob)Just a comment, the fix Gob provided resolves issue of the single line with white space, but did not resolve the issue I stated at the beginning of this thread, where there are multiple instances of the same message type displayed.
-
-
-
-