How does Site24x7 decide a monitor group's status?
A Site24x7 monitor group can have either of the four monitor status: UP, DOWN, CRITICAL, or TROUBLE. However, the status of a monitor group is always decided based on the preset threshold value (monitor count) configured by the user. Let's take a use case to explain this logic.Use Case:Let's assume that you've configured a Monitor group A with 10 monitors in it; and, you've set the threshold count at five. Now, during a normal poll;
Case 1: If five or more monitors in the monitor group are DOWN, then the monitor group's status is also considered as DOWN.
Case 2: If the TROUBLE + DOWN monitors' count is greater than or equal to five, then the monitor group's status is treated as TROUBLE.
Case 3: If the DOWN, TROUBLE, CRITICAL or (DOWN + CRITICAL + TROUBLE) monitors' count is lesser than five monitors, then the monitor group's status is treated as UP.
The logic behind deciding the status of a monitor group is summarized in the below table:
Logic Applied to Display the Monitor Groups' Status | Availability Status of the Monitor Group |
DOWN monitors' count ≥ Threshold value set by the user | DOWN |
CRITICAL monitors' count ≥ Threshold value set by the user
| CRITICAL
|
CRITICAL + DOWN monitors' count ≥ Threshold value set by the user
| CRITICAL
|
TROUBLE monitors' count ≥ Threshold value set by the user
| TROUBLE
|
TROUBLE + DOWN monitors' count ≥ Threshold value set by the user
| TROUBLE
|
CRITICAL + TROUBLE monitors' count ≥ Threshold value set by the user
| TROUBLE
|
TROUBLE + CRITICAL + DOWN monitors' count ≥ Threshold value set by the user
| TROUBLE
|
Note: Monitors under any status other than Trouble, Critical, and Down will be considered as UP (Includes monitors in maintenance, configuration error and suspended state)
Related Articles
How to configure the NGINX status page for monitoring NGINX performance
The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
Monitor and validate DNS IP changes using regex
DNS administrators often monitor their DNS servers to detect changes in domain resolution and ensure IP mappings remain secure and accurate. Problem When your organization adds or modifies an IP address for your domain name, it’s critical to: Be ...
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
Difference between a website monitor and a SOAP Web Service monitor
Website monitor will support monitoring of any web application via POST, GET and HEAD methods of configuration. Learn more on the performance metrics provided for a website monitor. SOAP Web Service monitors , on the other hand, lets you to ...
Monitor websites that require a HTTP POST to determine availability
You can monitor websites that require HTTP POST to determine availability. You can configure HTTP request methods to be passed (POST/GET/HEAD/POST XML) under the HTTP Configuration while adding a monitor itself. Log in to the Site24x7 client and ...