-
-
Save imweijh/fe16ac0dc4322a3b669887516fcbe2ad to your computer and use it in GitHub Desktop.
Install/Update Rsyslog - CentOs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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