2008:ApacheLogNotifier: Difference between revisions

From Marks Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:


Using java and ubuntus NotifyOSD via the notification demon, I have created a small program to poll the tail of my apache log and notify me whenever there is interesting activity. At the moment I ignoring localhost and bots, so that I can see if an actual person has just come to visit my website. There is a lot of work and refactoring to be done. My initial prototype is just a rushed couple of hours work (thanks to reusing the tale code from //http://www.informit.com/guides/content.aspx?g=java&seqNum=226).
Using java and ubuntus NotifyOSD via the notification demon, I have created a small program to poll the tail of my apache log and notify me whenever there is interesting activity. At the moment I ignoring localhost and bots, so that I can see if an actual person has just come to visit my website. There is a lot of work and refactoring to be done. My initial prototype is just a rushed couple of hours work (thanks to reusing the tale code from //http://www.informit.com/guides/content.aspx?g=java&seqNum=226).
Requires libnotify-bin

Latest revision as of 06:21, 15 June 2009

Apache Log Notifier

A notification of google visiting my site!

Using java and ubuntus NotifyOSD via the notification demon, I have created a small program to poll the tail of my apache log and notify me whenever there is interesting activity. At the moment I ignoring localhost and bots, so that I can see if an actual person has just come to visit my website. There is a lot of work and refactoring to be done. My initial prototype is just a rushed couple of hours work (thanks to reusing the tale code from //http://www.informit.com/guides/content.aspx?g=java&seqNum=226).

Requires libnotify-bin