From a7a1d6460a89ee26947767ac083140ce22655e9a Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 26 May 2021 07:08:17 +0200 Subject: [PATCH] Update Readme.txt --- sysinfo/Readme.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/sysinfo/Readme.txt b/sysinfo/Readme.txt index aa25b74..58133d8 100644 --- a/sysinfo/Readme.txt +++ b/sysinfo/Readme.txt @@ -4,6 +4,30 @@ 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/ +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 :