Keine Beschreibung

xuqiang a4d2da8bd6 update vor 3 Monaten
3rdparty 067b2d1f88 add file server by cpp-httplib vor 4 Monaten
conf a3af8391d5 update monitor service config vor 3 Monaten
docs 60a9253cb2 record cross-platform compilation of qt vor 5 Monaten
include 9b81298162 update vor 3 Monaten
scadaplugin @ c66850463b 924cbbcb90 update scadaplugin submodule vor 3 Monaten
scripts a3af8391d5 update monitor service config vor 3 Monaten
services a4d2da8bd6 update vor 3 Monaten
src 9b81298162 update vor 3 Monaten
tests c2dd2fd1c5 update test monitor.xml vor 4 Monaten
tools 93e1e3fd68 update qt build script & conf vor 5 Monaten
.gitignore 8e36fb298d update vor 4 Monaten
.gitmodules 0fa02526f2 add scadaplugin submodule vor 5 Monaten
CMakeLists.txt a3af8391d5 update monitor service config vor 3 Monaten
Makefile a3af8391d5 update monitor service config vor 3 Monaten
README.md a3af8391d5 update monitor service config vor 3 Monaten

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