From e8fbc4760c2aa6092d49b331eacd7ccb4a80c7a2 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 6 Jan 2021 13:29:29 +0100 Subject: [PATCH] Update Readme.txt --- sysinfo/Readme.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/sysinfo/Readme.txt b/sysinfo/Readme.txt index f94602e..54504b3 100644 --- a/sysinfo/Readme.txt +++ b/sysinfo/Readme.txt @@ -3,13 +3,19 @@ Monitoring system Install package: sudo apt-get install rrdtool -y + +Change scripts to execute: -Run script + chmod +x /opt/HBMonv2/sysinfo/cpu.sh + chmod +x /opt/HBMonv2/sysinfo/grap.sh + chmod +x /opt/HBMonv2/sysinfo/rrd-db.sh + +Run script create database - /opt/HBMonv2/sysinfo/rrd-db.sh to create database - -Edit file + /opt/HBMonv2/sysinfo/rrd-db.sh +Edit file + /opt/HBMonv2/sysinfo/graph.sh Setup temperature depend of your computer @@ -64,3 +70,7 @@ in mrtg.cfg Tune MaxBytes value for exmample 5000 to set vertical scale graph +Please edit template file where is which graph you are want display /opt/HBMonv2/templates/sysinfo_template.html + + +