ServiusHack / journal-comvi

Follow systemd journal from multiple machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Journal Combined View

Follow systemd journal from multiple machines.

Features:

  • Message priority is indicated with color
  • Errors (priority <= "err") are prevented from scrolling out too quickly
  • Continue reading from the last read message when the connections fails or this tool is restarted

How To Use

On each machine you want to monitor enable the gatewayd service:

systemctl start systemd-journal-gatewayd

The journal is now accessible at http://<host>:19531/. Note that this makes your journal accessible to the whole network without authentication!

Start the journal aggregator:

journal-comvi

The last retrieved position of each host is stored in the current directory by default (see -c option).

References

About

Follow systemd journal from multiple machines.


Languages

Language:C++ 95.5%Language:CMake 4.5%