rsyslogd
reliable system and kernel logging daemon
Install
- All systems
-
curl cmd.cat/rsyslogd.sh
- Debian
-
apt-get install rsyslog - Ubuntu
-
apt-get install rsyslog -
Alpine
-
apk add rsyslog - Kali Linux
-
apt-get install rsyslog - CentOS
-
yum install rsyslog - Fedora
-
dnf install rsyslog - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rsyslog - OS X
-
brew install rsyslog - Raspbian
-
apt-get install rsyslog - Docker
-
docker run cmd.cat/rsyslogd rsyslogdpowered by Commando
rsyslog
reliable system and kernel logging daemon
Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying It is the default syslogd on Debian systems.