【Ubuntu】Syslogサーバを作りたい(2) – syslogサーバ起動確認

【Ubuntu】Syslogサーバを作りたい(2) – syslogサーバ起動確認

Ubuntu Serverがインストールできたところで、さて、syslogサーバを立てますか、と思い、ふと以下のコマンドを打ってみたところ、すでにsyslogが起動していました。

$ ps aux | grep syslog
message+     740  0.0  0.2   8760  5020 ?        Ss   04:09   0:00 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
syslog       751  0.0  0.3 222400  5928 ?        Ssl  04:09   0:00 /usr/sbin/rsyslogd -n -iNONE

バージョンを確認してみる。

$ rsyslogd -version
rsyslogd  8.2112.0 (aka 2021.12) compiled with:
        PLATFORM:                               x86_64-pc-linux-gnu
        PLATFORM (lsb_release -d):
        FEATURE_REGEXP:                         Yes
        GSSAPI Kerberos 5 support:              Yes
        FEATURE_DEBUG (debug build, slow code): No
        32bit Atomic operations supported:      Yes
        64bit Atomic operations supported:      Yes
        memory allocator:                       system default
        Runtime Instrumentation (slow code):    No
        uuid support:                           Yes
        systemd support:                        Yes
        Config file:                            /etc/rsyslog.conf
        PID file:                               /run/rsyslogd.pid
        Number of Bits in RainerScript integers: 64

See https://www.rsyslog.com for more information.

さてと。ていうことは、次はSyslogサーバの設定です。