add more info about eSM

This commit is contained in:
Waldek 2021-06-03 20:12:12 +02:00 committed by GitHub
parent 24c636568d
commit 3660b2c546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,13 @@ Monitoring system
You can use and install ezSM tool to monitor your server instead described below method.
The ezSM you can download from: https://www.ezservermonitor.com/
cd /var/www/html
git clone https://github.com/shevabam/ezservermonitor-web.git
mv ezservermonitor-web esm
cd esm/conf/
Edit file esm.config.json and read domunetation about configuration: https://www.ezservermonitor.com/esm-web/documentation
You can put in esm.config.json monitor services like HBMonitor, HBlink like:
"services": {
@ -29,6 +36,10 @@ You can put in esm.config.json monitor services like HBMonitor, HBlink like:
}
====================================================
Alternative SYSInfo based on rrdtools and scripts
====================================================
Below is a description of how to monitor the system using rrdtools and scripts :
Install package:
@ -118,6 +129,6 @@ and replace localhost_2 to your name network card as result cfgmaker generate in
Tune MaxBytes value for exmample 50000 to set vertical scale graph
Please edit template file where is which graph you are want display /opt/HBMonv2/templates/sysinfo_template.html
and check / verify name of img from mrtg: <img alt="" src="/img/mrtg/localhost_2-day.png" />
Please edit template file where is which graph you are want display /var/www/html/sysinfo.php
and check / verify name of img from mrtg: <img alt="" src="img/mrtg/localhost_2-day.png" />