<%# 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("busybox ps -w | grep netdata | grep -v grep >/dev/null && echo -ne '1' ") %> <%+header%>
<% if running == "1" then %>
<% else %>

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

<%:Please enable the NetData service%>

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