0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

OpenWrtで、syslog serverを構築する

Last updated at Posted at 2023-12-23

1.以下のパッケージをインストールする。
 luci-app-log-viewer
 syslog-ng

2.SSH経由でファイルを修正

vi /etc/syslog-ng.conf

他の端末のsyslogを受け取るように、以下のコメントを外す。
# uncomment this line to open port 514 to receive messages
#source(s_network);

3.OpenWrtのLuci画面にて、サービス->Log viewer が追加されている。
Filter settingsにて、syslog設定をしたターゲットのログを絞り込むことができる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?