<%include file="/pageheader.html"/> <% import subprocess from kaithem.src import util %>

Kernel Messages

%if util.which("journalctl"):
${subprocess.check_output("journalctl -ko short-monotonic --no-hostname", shell=True).decode()}
%else:

Program "journalctl" not installed.

%endif <%include file="/pagefooter.html"/>