• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

any software tool which detects error in the server logs and notifies ?

 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Is there any software tool which detects errors in the server logs and notifies us :

for example :

If there is any server (application/webserver) error thrown in the logs it should notify us so we can rectify it before any user's get affected by it.
This software should be able to detect any error messages which we anticipate sometimes and should notify us.

Is there anything which I could download ?

Thanks,
 
Ranch Hand
Posts: 236
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are many 3rd party products (Tivoli, for example) to do this kind of thing. Many of them use SNMP, and there are good Java libraries in the public domain for interacting with SNMP.

"System logs" are, by definition, OS-dependent. Here's an article on using the built-in Windows tools that interact with the Windows Event Log (and other WMI event sources):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/monitoring_and_responding_to_events_with_standard_consumers.asp
 
senthil sen
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Paul,

I am using Solaris and is there any freeware in particular ?
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We were using Big Brother with good effect until CA sold us Unicenter.

For commercial use, BB costs, but I think it's relatively inexpensive.
 
reply
    Bookmark Topic Watch Topic
  • New Topic