Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created July 4, 2012 05:53
Show Gist options
  • Save jdorfman/3045625 to your computer and use it in GitHub Desktop.
Save jdorfman/3045625 to your computer and use it in GitHub Desktop.
Install syslog-ng on CentOS 5.7 x64
yum install -y libnet && cd /tmp/
wget http://mirror.chpc.utah.edu/pub/epel/5/i386/epel-release-5-4.noarch.rpm && rpm -Uvh epel-release-5-4.noarch.rpm
wget http://mirror.cogentco.com/pub/linux/epel//5/x86_64/syslog-ng-2.1.4-9.el5.x86_64.rpm && rpm -Uvh syslog-ng-2.1.4-9.el5.x86_64.rpm
@jdorfman
Copy link
Author

jdorfman commented Jul 4, 2012

Check out Loggly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment