Post Remote Log
Post Remote Log is a tool that allows you to send information across the network to a centralized location. Three methods are currently supported: XMLRPC, Email and Growl. It is generally aimed at system administrators who want to keep track of information:
- Backup post-run scripts
- Network monitoring scripts
- UPS information
- Service outages
- Power on/off, unexpected restarts, etc
The possibilities are endless.
Post Remote Log is designed to be used in other scripts. Captured data can be analyzed and aggregated as needed. One system I personally deployed reported user login times (From entering the password and pressing enter, to seeing a usable desktop). This information was aggregated on a daily basis and graphed for further analysis.
Follow Me