What is Polling in Site24x7?
Site24x7 captures the uptime and critical performance status of your websites, servers, and web applications. To achieve this, Site24x7 persistently checks the availability and collects relevant performance data from your monitored resources at pre-configured check frequencies specified by you. This entire activity is called Polling. 
Polling primarily involves two steps:
- Availability status checks: Status represents the health of the monitor based on the HTTP resolution. The status is reflected by a unique color code: Green for Available, Red for Down, Golden Yellow for Trouble, Orange for Critical, and Dark Blue for Configuration Error.
 
 
- Available: Normal state
 
 
- Down: When there is an outage due to a lost connection or other issues.
 
 
- Trouble: potential, but not a critical issue, this is primarily as a result of any content check failures or threshold breaches.
 
 
- Critical: For events that could result in an eminent outage. 
- Configuration Error: The monitored resource was not set-up correctly
 
 
- Performance Data Collection: During data collection, critical performance parameters of your monitors like response time, memory & CPU utilization, and more are fetched and pushed to Site24x7's servers. The data is then displayed as tabular and graphical reports in Site24x7 web client. No other sensitive data are captured and pushed to Site24x7 servers during the data collection.
 
 
- Related Articles
- Site24x7's intelligent polling logic during Monitor outage- For Internet Service monitors, the Starter, Pro, Classic, and MSP paid plans allow you to monitor websites from eight test locations (one primary and seven secondary). The Enterprise and Elite plans support monitoring from up to 16 locations (one ... 
- How to mark a monitor outage as UP after a scheduled maintenance window?- The polling mechanism of a monitor, pause during a scheduled maintenance window and it causes the monitor to be in a down status during this window. The maintenance period affects the overall availability, which is then reflected in the availability ... 
- How to uninstall the Site24x7 Windows Server Monitoring Agent- Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ... 
- API to recreate an outage- In cases where an outage is not reported or it has been accidentally deleted, you can recreate it using the following API: $ curl https://www.site24x7.com/api/reports/outage/<monitor_ID>\     -X PUT \     -H "Content-Type: ... 
- API calls best practices- Some of the best practices that you can follow to use APIs effectively Fetch data based on your configured polling frequency. For example, if you want to fetch the log reports for a monitor with a polling frequency of 5 minutes, use ...