Update Readme.txt

This commit is contained in:
Waldek 2021-05-26 07:08:17 +02:00 committed by GitHub
parent 7e144d2897
commit a7a1d6460a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -4,6 +4,30 @@ Monitoring system
You can use and install ezSM tool to monitor your server instead described below method. 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/ The ezSM you can download from: https://www.ezservermonitor.com/
You can put in esm.config.json monitor services like HBMonitor, HBlink like:
"services": {
"show_port": false,
"list": [
{
"name": "Web Server",
"host": "localhost",
"port": 80,
"protocol": "tcp"
},
{
"name": "HBMonitor",
"host": "localhost",
"port": 9000,
"protocol": "tcp"
},
{
"name": "HBLink",
"host": "localhost",
"port": 4321,
"protocol": "tcp"
}
Below is a description of how to monitor the system using rrdtools and scripts : Below is a description of how to monitor the system using rrdtools and scripts :