Skip to content

Instantly share code, notes, and snippets.

@lonefreak
Created August 28, 2012 19:04
Show Gist options
  • Save lonefreak/3502534 to your computer and use it in GitHub Desktop.
Save lonefreak/3502534 to your computer and use it in GitHub Desktop.
Install Logster on Centos
# Fabricio Leotti Aug 2012
# Instal Logcheck
yum -y install logcheck
# Download Logster
git clone https://github.com/etsy/logster.git
# Install Logster
cd logster
make install
# Add to crontab (example)
crontab -e
* * * * * /usr/sbin/logster --output=graphite --graphite-host=localhost:2003 SampleLogster /var/log/httpd/access_log >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment