views:

20

answers:

1

A project I'm working on currently involves using a disparate set of technologies, including .NET, PHP, Asterisk and bash scripting. Each of the applications in use produces some logging; technical logging for administrators and user logging. The technical logging is easy, all logs are written to disk as text files.

For the user logging, I'd like a central portal where messages can be viewed, filtered and perhaps reported on.

Essentially, I'm looking for a web based application that will accept a number of log sources (including web services and syslog at a minimum), allow the logs to be stored, displayed and filtered in a web UI and ideally have the possibility of triggering events such as email or SMS.

I'm about to embark on writing this application; before I do, I want to make sure that I'm not reinventing the wheel. Any pointers/recommendation?

+1  A: 

This might be in the ballpark of what you are looking for.

TheObjectGuy