Không có mô tả

xuqiang 4403c7d91f update scadaplugin submodule 3 tháng trước cách đây
3rdparty 067b2d1f88 add file server by cpp-httplib 4 tháng trước cách đây
conf b14e6e1d24 update conf monitor.service 3 tháng trước cách đây
docs 60a9253cb2 record cross-platform compilation of qt 5 tháng trước cách đây
include c9ca308753 add global settings 3 tháng trước cách đây
scadaplugin @ edc9095d27 4403c7d91f update scadaplugin submodule 3 tháng trước cách đây
scripts a3af8391d5 update monitor service config 3 tháng trước cách đây
services 4f91a6d251 fix ota service permission issue 3 tháng trước cách đây
src 01145a8361 change data interrupt prompt size 3 tháng trước cách đây
tests c2dd2fd1c5 update test monitor.xml 4 tháng trước cách đây
tools 93e1e3fd68 update qt build script & conf 5 tháng trước cách đây
.gitignore 8e36fb298d update 4 tháng trước cách đây
.gitmodules 0fa02526f2 add scadaplugin submodule 5 tháng trước cách đây
CMakeLists.txt a3af8391d5 update monitor service config 3 tháng trước cách đây
Makefile ddc6f54a81 fix calprocess error 3 tháng trước cách đây
README.md a3af8391d5 update monitor service config 3 tháng trước cách đây

README.md

MONITOR

build

make BUILD_TYPE=Debug

deploy

make deploy BUILD_TYPE=Debug ADDR=192.168.1.15

configure autostart

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

configure systemd (recommend)

cp conf/monitor.service /etc/systemd/system/monitor.service

enabled

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

disable log to syslog

  • /etc/rsyslog.d/30-monitor.conf
  • systemctl restart rsyslog

    if ($programname == 'monitor') or ($systemdunit == 'monitor.service') then stop