Skip to content

Instantly share code, notes, and snippets.

@imweijh
Forked from baskaran-md/rsyslog.sh
Created August 2, 2017 06:41
Show Gist options
  • Save imweijh/fe16ac0dc4322a3b669887516fcbe2ad to your computer and use it in GitHub Desktop.
Save imweijh/fe16ac0dc4322a3b669887516fcbe2ad to your computer and use it in GitHub Desktop.
Install/Update Rsyslog - CentOs
yum install -y wget
wget http://rpms.adiscon.com/v8-stable/rsyslog.repo
mv rsyslog.repo /etc/yum.repos.d/rsyslog.repo
yum info rsyslog --skip-broken
yum install -y rsyslog
rsyslogd -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment