/
Rsyslog instead syslogd on OpenBSD

Rsyslog instead syslogd on OpenBSD

https://www.rsyslog.com/

Run Rsyslog instead of Syslogd

Syslogd has a couple of quirks, e.g. it does not add its hostname / IP to the syslog information.

Rsyslog is the standard in the Linux world, and it's available in the OpenBSD ports as well via the package manager.

pkg_add rsyslog rcctl disable syslogd rcctl enable rsyslogd /etc/rc.d/rsyslogd start

Then just configure Rsyslog.

Related content

OpenBSD usage journal
OpenBSD usage journal
More like this
Manual update of bsd.rd
Manual update of bsd.rd
More like this
Upgrade OpenBSD via syspatch
Upgrade OpenBSD via syspatch
More like this
Log2Vec conda Python 3.9
Log2Vec conda Python 3.9
More like this
SSHguard is the fail2ban in the OpenBSD world
SSHguard is the fail2ban in the OpenBSD world
More like this
Build, install and integrate Sysmon for Linux (Mint, Ubuntu 21, x86-64 VM)
Build, install and integrate Sysmon for Linux (Mint, Ubuntu 21, x86-64 VM)
More like this