summaryrefslogtreecommitdiffstats
path: root/chrony-logfile-html.lsp
blob: 24991da499030216e6dd4cdb9e1f083867092e7c (plain)
1
2
3
4
5
6
7
<% local data, viewlibrary = ... 
require("viewfunctions")
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="chronyd"})
end %>