My boss is wanting me to wrap applications on a few servers with shell scripts (or inline code for those we develop ourselves) to log basic data (user, date/time, commandline) to a central server so that we can start analyzing who is doing what.
Surely this type of thing is done often.. So i assume there are already frameworks to get me 90% of the way to a solution, rather than me having to write a server app, mysql database scripts, php frontends for searching and reporting, etc..
Any links are useful. (These are console/terminal applications, linux clients and a linux server for storage).