Load balance monitoring
I´m using version 5.9.0 and have set process monitoring the CPU for two WEB servers. Is there a way to compare the load and alert when one CPU usage is much higher than the other?
This discussion has been closed.
Comments
However a way to do this is as follows:
1. Store data in ODBC database
2. Create stored procedure to compare CPU values from both web servers every N time and to write something to the database
3. Have then the ODBCSQL check execute against point 2.