설명 없음

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

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