The project I'm working on now involves using a disparate set of technologies, including .NET, PHP, Asterisk, and bash scripts. Each of the applications used leads to some logging; Technical log for administrators and user logging. Technical logging is easy; all logs are written to disk as text files.
To log users, I need a central portal where you can view, filter, and possibly report messages.
Essentially, I'm looking for a web application that will accept multiple log sources (including web services and syslog as a minimum), allows you to save, display and filter logs in the web interface and ideally the ability to trigger events such as email or SMS .
I am going to write this application; before I do this, I want to make sure that I am not reinventing the wheel. Any pointers / recommendations?
EDIT
I found Exceptioneer and Hoptoad - both of them look promising - are there any other tools like this (ideally open source)?
source
share