No Description

xuqiang 396b412c2a plugin delete && enabled state changed 4 months ago
3rdparty 067b2d1f88 add file server by cpp-httplib 4 months ago
conf 3e05cff1a3 add systemd configure 4 months ago
docs 60a9253cb2 record cross-platform compilation of qt 5 months ago
include 396b412c2a plugin delete && enabled state changed 4 months ago
scadaplugin @ 1baf8fcef8 a2e3eb830a update scadaplugin submodule 5 months ago
scripts de2f8d6057 reload configure from update 4 months ago
services 8eab7a85c0 add updatetime service 4 months ago
src 396b412c2a plugin delete && enabled state changed 4 months ago
tests c2dd2fd1c5 update test monitor.xml 4 months ago
tools 93e1e3fd68 update qt build script & conf 5 months ago
.gitignore 8924f441b8 first commit 5 months ago
.gitmodules 0fa02526f2 add scadaplugin submodule 5 months ago
CMakeLists.txt 067b2d1f88 add file server by cpp-httplib 4 months ago
README.md 3e05cff1a3 add systemd configure 4 months ago

README.md

MONITOR

configure autostart

cp conf/monitor.desktop ~/.config/autostart/monitor.desktop

configure systemd (recommend)

cp conf/monitor.service /usr/lib/systemd/system/monitor.service

enabled

systemctl daemon-reload
systemctl enable --now monitor
systemctl status monitor