<%# Copyright 2008-2024 by sirpdboy https://github.com/sirpdboy/luci-app-netdata Licensed to the public under the Apache License 2.0. -%> <% local running = luci.sys.exec("pidof netdata | awk -F ' ' '{print $1}'") %> <%+header%>
<% if tonumber(running) ~= nil then %>
<% else %>

<%:The Netdata service is not running.%>

<%:Please enable the NetData service%>

<% end -%> <%+footer%>