Tired of looking at the same old aged syslog web interfaces? Don't want to shell out $100+ a month to a Logging provider with a nice interface? Look no further than Logrr. Its Free, HTML5, mysql based and written to work with rsyslog.
We took Codeigniter and borrowed the css from Resque, mixed in a little jQuery BBQ hooked it up to the mysql rsyslog logs and tied it all together with a little PHP pChart. Simple!
Want to contribute? Great! Fork me!
- Checkout Logrr and upload to your hosting provider (preferably on its own subdomain)
- Edit /application/config/database.php and point it to your rsyslog mysql database.
- Open up the web site in your web browser.
- Fork it.
- Create a branch (
git checkout -b my_markup
) - Commit your changes (
git commit -am "Added XYZ Feature"
) - Push to the branch (
git push origin my_markup
) - Create an Issue with a link to your branch