Aucune description

xuqiang ff15edbfea update ipset service il y a 3 mois
3rdparty 067b2d1f88 add file server by cpp-httplib il y a 4 mois
conf b14e6e1d24 update conf monitor.service il y a 3 mois
docs 60a9253cb2 record cross-platform compilation of qt il y a 5 mois
include f21df0b718 add app entry parameter il y a 3 mois
scadaplugin @ bf94b2d970 944158b64b update scadaplugin module il y a 3 mois
scripts f21df0b718 add app entry parameter il y a 3 mois
services ff15edbfea update ipset service il y a 3 mois
src f21df0b718 add app entry parameter il y a 3 mois
tests c2dd2fd1c5 update test monitor.xml il y a 4 mois
tools 93e1e3fd68 update qt build script & conf il y a 5 mois
.gitignore 8e36fb298d update il y a 4 mois
.gitmodules 0fa02526f2 add scadaplugin submodule il y a 5 mois
CMakeLists.txt a3af8391d5 update monitor service config il y a 3 mois
Makefile ddc6f54a81 fix calprocess error il y a 3 mois
README.md a3af8391d5 update monitor service config il y a 3 mois

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