📌 version:v0.1.0 | CHANGELOG
Monitoring tools for linux systems.
git clone first.
git clone git@github.com:Jvlegod/sysDetector.git
git submodule update --init --recursivecompile
# method 1:
# It should be executed in the "src/" directory
mkdir -p tmp && cd tmp
sudo cmake ..
sudo make && sudo make install
# method 2:
# It should be executed in the "src/" directory
sudo python3 install.pysysDetector.service is the basic service.
sudo systemctl start sysDetector.service
systemctl status sysDetector # check if it is OK.we can start with model.
# module exists in misc dir
sudo systemctl start <module_name>.service# It should be executed in the "src/" directory
sudo python3 uninstall.pysysDetector-cli helps to management all modules.
# TODO: add more deail docs
sysDetector-cli --helpFor more detailed usage, you should browse the documentation of each sub-module.
we can find out log in "/var/log/sysDetector/<model_name>.log"
-
/etc/sysDetectorRoot directory where submodule configuration files are stored -
/var/log/sysDetectorLog storage directory
-
full fill docs
-
add selftest system
-
...
If you have any questions, suggestions, or feedback, feel free to contact us:
- Email: ming.jvle@gmail.com
