Açıklama Yok

xuqiang f33bd7c7aa add auto generate monitor configure 3 ay önce
3rdparty 067b2d1f88 add file server by cpp-httplib 4 ay önce
conf b14e6e1d24 update conf monitor.service 3 ay önce
docs 60a9253cb2 record cross-platform compilation of qt 5 ay önce
include f21df0b718 add app entry parameter 3 ay önce
scadaplugin @ bf94b2d970 944158b64b update scadaplugin module 3 ay önce
scripts f21df0b718 add app entry parameter 3 ay önce
services aacc1bd852 update updatetime service 3 ay önce
src f21df0b718 add app entry parameter 3 ay önce
tests f33bd7c7aa add auto generate monitor configure 3 ay önce
tools 93e1e3fd68 update qt build script & conf 5 ay önce
.gitignore 8e36fb298d update 4 ay önce
.gitmodules 0fa02526f2 add scadaplugin submodule 5 ay önce
CMakeLists.txt a3af8391d5 update monitor service config 3 ay önce
Makefile ddc6f54a81 fix calprocess error 3 ay önce
README.md a3af8391d5 update monitor service config 3 ay önce

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