in More Search Options

New resources. Advanced syslog parser.

Last post 11-18-2008 12:21 PM by denny.lecompte. 101 replies.
Page 1 of 6 (102 items) 1 2 3 4 5 Next > ... Last »
Sort Posts:
  • 11-27-2007 3:45 AM

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    New resources. Advanced syslog parser.

     

    New! v.1.01
    Advansed Syslog search, Syslog Parser like Cisco Works, Advanced Syslog Summary and Syslog Counts

    http://thwack.com/files/folders/orion_custom_views__orion_nodeinterface_views/entry30734.aspx

    Comments?

    • Post Points: 19
  • 11-27-2007 9:20 AM In reply to

    • jonchill
    • Top 10 Contributor
    • Joined on 08-13-2003
    • United Kingdom
    • Posts 589
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    Gob

    Looks good from the screen shot but I'm not sure where to place the files or where to put the block of code that you mention in the TXT I don't have an Orion foler off the Solarwinds Inetpub folder, do I have to creat the folder and legacy file?

    Thanks

    Jon

    • Post Points: 3
  • 11-27-2007 10:15 AM In reply to

    • SamuelB
    • Top 25 Contributor
    • Joined on 06-16-2005
    • USA
    • Posts 268
    • Points 696

    Re: New resources. Advanced syslog parser.

    Gob:

    Comments?

     

     

    This is great work Gob! I really like it. It is a bit rough around the edges, but it is something that I am able to take and get working easily.

    • Post Points: 1
  • 11-27-2007 11:47 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    jonchill:
    Looks good from the screen shot but I'm not sure where to place the files or where to put the block of code that you mention in the TXT I don't have an Orion foler off the Solarwinds Inetpub folder, do I have to creat the folder and legacy file?
    NO! You must find Your Oion website folder! By default c:\inetpub\solarwinds. Then copy all files from "c--Inetpub--SolarWinds--netperfmon" folder into c:\inetpub\solarwinds\netperfmon\ Also copy all files "c--Inetpub--SolarWinds--NetPerfMon--Resources--1-1-SummaryReports" into c\Inetpub\SolarWinds\NetPerfMon\Resources\1-1-SummaryReports\ And from c--Inetpub--SolarWinds--Orion--NetPerfMon--Resources--Summary :) Also You can edit "legacyProxy.config", by default it plased in c:\Inetpub\SolarWinds\Orion\ You must find Your Oion website folder!
    • Post Points: 5
  • 11-27-2007 12:08 PM In reply to

    • SamuelB
    • Top 25 Contributor
    • Joined on 06-16-2005
    • USA
    • Posts 268
    • Points 696

    Re: New resources. Advanced syslog parser.

    Gob:

    NO! You must find Your Oion website folder!

     

    I think it might help if you specify which version(s) this works with. I don't think the Orion folder appeared until lately (8.5 I think?). These resources work for me running Orion 8.5.1.



     

    • Post Points: 3
  • 11-27-2007 12:50 PM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    SamuelB:
    I think it might help if you specify which version(s) this works with. I don't think the Orion folder appeared until lately (8.5 I think?). These resources work for me running Orion 8.5.1.
    Yes, of course. If SolarwindsNPM version 7.x please ignore readme.txt P.S. I wrote search_syslog resource for version 7.x. It will be share later.
    • Post Points: 3
  • 11-28-2007 2:37 AM In reply to

    • jonchill
    • Top 10 Contributor
    • Joined on 08-13-2003
    • United Kingdom
    • Posts 589
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    I'm currently running 8.1 will it work with my version and if so how can I get it to work?

    Thanks

    • Post Points: 1
  • 11-28-2007 8:33 AM In reply to

    • Mars
    • Top 150 Contributor
    • Joined on 07-27-2007
    • Netherlands
    • Posts 44
    • Points 124

    Re: New resources. Advanced syslog parser.

    I have installed it and got great feedback from my (webconsole) users.
    Thanks for the effort!!

    Greetings,

    Gerjan Peeters
    Project Specialist
    MARS INFORMATION SERVICES
    Business Infrastructure Support Team

    Mars Netherlands B.V.
    • Post Points: 3
  • 11-28-2007 10:43 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    • Post Points: 5
  • 11-28-2007 12:35 PM In reply to

    • Malvado
    • Top 75 Contributor
    • Joined on 06-01-2004
    • Posts 83
    • Points 222

    Re: New resources. Advanced syslog parser.

    This looks great, but I do get an error

     

    SQL Open Error: Invalid column name 'access'.

    I get this when I click on the 'who' link  

    • Post Points: 3
  • 11-28-2007 1:43 PM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    Malvado:
    SQL Open Error: Invalid column name 'access'.

    How to fix it.
    1. Open syslog_who.asp in any text editor.
    2. Find and delete ",nodes.access" in two places.


    Before
    SysLog.IP, Nodes.Caption, Nodes.NodeID,nodes.access, SysLog.MessageType,

    After
    SysLog.IP, Nodes.Caption, Nodes.NodeID, SysLog.MessageType,

     

     

    • Post Points: 5
  • 11-28-2007 1:58 PM In reply to

    • Malvado
    • Top 75 Contributor
    • Joined on 06-01-2004
    • Posts 83
    • Points 222

    Re: New resources. Advanced syslog parser.

     That worked... :)

     

    • Post Points: 1
  • 11-29-2007 2:20 AM In reply to

    • jonchill
    • Top 10 Contributor
    • Joined on 08-13-2003
    • United Kingdom
    • Posts 589
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    Gob

    That works a treat in v8.1.

    Thanks

    Jon

    • Post Points: 1
  • 11-29-2007 10:30 PM In reply to

    Re: New resources. Advanced syslog parser.

    Nice!
    I like it - a few minor issues I seem to be having -
    The syslog search resource doesnt seem to work - I just get a blank IE page appear with no content at all - not even an error msg.  I get the same when I try to use either the "msg" or "summ" links in Advanced Syslog Parser and also if I try to change the Time Period to minute/hour/day etc.

    But the links to the servernames and the syslog message (where it displays as a number) works, as does the Advanced Syslog summary.

    Any ideas?

    Thanks for creating a great resource btw - very useful already!

    BTW I'm running this on v8.5.1 SP2

    • Post Points: 3
  • 11-30-2007 4:47 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    Hi.
    Have You Header in syslog_search_action.asp (Syslog search results for "traceback" pattern.)

    Try to run it directly with your message pattern. Have You syslog messages with this pattern in selected period?
    http://my_solarwinds_server/NetPerfMon/syslog_search_action.asp?Time=day&message=*snmp*traceback*


    Have You error 404 (The page cannot be found)?


    >Try to view C:\Inetpub\SolarWinds\OrionWeb.log
    Have You any error with my files? Access error? Not found error?

    !!!! Have You table ACCESS in your NODES tables?


    If You do not have ACCESS table You must remove "nodes.access" from any of my files!
    Nodes.acces is an undocument feature :)

    Try run sql query directly in ReportWriter or MS SQL Management Studio.

    This source sql query from syslog_search_action.asp

    SELECT SysLog.IP, Nodes.Caption, Nodes.NodeID,nodes.access, SysLog.MessageType,syslogseverity, COUNT(*) AS total
    FROM SysLog inner JOIN Nodes on SysLog.IP=nodes.ip_address
    --Add here your message pattern---------------
    WHERE syslog.message like '%protocol%'
    --Add here your period (minute,hour,day,week,month)---------------
    and (SysLog.DateTime >dateadd(hour,-1,getdate()))

    GROUP BY SysLog.IP, Nodes.Caption, Nodes.NodeID,nodes.access, SysLog.MessageType,SysLog.syslogseverity
    order by total desc

    This source from syslog_by_msg.asp

    SELECT MessageType,syslogseverity, Count(*) As Total
    ,caption
    , (select nodes.nodeID from nodes where nodes.ip_address='10.10.10.10') as NodeID
    FROM SysLog left join nodes on (syslog.ip=nodes.ip_address)

    Where (SysLog.DateTime >dateadd(day,-1,getdate()))
    And (SysLog.IP='10.10.10.10')
    AND(SysLog.Acknowledged=0)
    GROUP BY MessageType,syslogseverity,caption Order By syslogseverity

    This source sql query from syslog_parser_simple.asp

    select caption,NodeID,IP, syslogseverity, cnt = count(*)
    from syslog left join nodes on (nodes.ip_address=syslog.ip)
    where ip='10.10.10.10' and
    (SysLog.DateTime >(DateAdd(>hour,-1, GetDate())) )
    group by caption,NodeID,IP, syslogseverity order by syslogseverity desc

    Any results?

    • Post Points: 1
  • 12-10-2007 1:41 PM In reply to

    Re: New resources. Advanced syslog parser.

    Do i have to restart the Solarwinds Website after making these chances to see the outcome.. and it would all be visible under the syslog tab right..

     

    Orion 9.1
    NetFlow Analyzer v3
    Application Performance Manager
    Engineers ToolSet
    • Post Points: 3
  • 12-11-2007 12:13 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    kulastone:
    Do i have to restart the Solarwinds Website after making these chances to see the outcome.. and it would all be visible under the syslog tab right..

     No. No. :)

    You do not need to restart Website, You just add a new resourses. See page 112 on OrionAdministratorGuide.pdf.

    Point 5. If you want to add a resource, repeat the following steps for each resource
    that you want to add:

     

    • Post Points: 1
  • 12-13-2007 1:48 AM In reply to

    • Mars
    • Top 150 Contributor
    • Joined on 07-27-2007
    • Netherlands
    • Posts 44
    • Points 124

    Re: New resources. Advanced syslog parser.

    Like i mentioned before our network pro's are enthusiastic about this feature.

    They asked me if something similar is possible available with Traps (The parser).
    Any suggestion for me in terms of already discussed or available.

    Thanks in advance for info.

    Gerjan

    Gerjan Peeters
    Project Specialist
    MARS INFORMATION SERVICES
    Business Infrastructure Support Team

    Mars Netherlands B.V.
    • Post Points: 3
  • 12-20-2007 12:54 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

    Mars:
    They asked me if something similar is possible available with Traps (The parser).
    I will think about it.
    • Post Points: 1
  • 02-21-2008 9:10 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: New resources. Advanced syslog parser.

     

    Advanced syslog parser v.1.01 Small bugfix, added custom period for each resource, added SyslogMessagesRate chart. http://thwack.com/files/folders/orion_custom_views__orion_nodeinterface_views/entry30734.aspx

    • Post Points: 7
Page 1 of 6 (102 items) 1 2 3 4 5 Next > ... Last »