Service Check

Service Check

Check if services are running and how fast they are responding. You can check Website, Email, Domain Lookup and Ping.

Name For Model
serviceCheck
Update Date
25 days ago
Description For Model
Check if services are running and how fast they are resonding . Services available are CheckHttp for website html page load time checking , CheckSmtp for testing a helo message to email servers, CheckDns for a dns lookup of the host address and CheckImcp to ping the host address.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1CheckQuantumOperationPOSTTo setup a quantum ready monitor visit : https://freenetworkmonitor.click/dashboard . You can Login to create a free account and then add hosts to monitor. Sample request: POST /Chat/CheckQuantum { "url": "https://cloudflare.com" }
2CheckSmtpOperationPOSTTo setup a email service monitor visit : https://freenetworkmonitor.click/dashboard . You can Login to create a free account and then add hosts to monitor. POST /Chat/CheckSmtp { "address": "smtp.gmail.com", "port": 587, }
3CheckHttpOperationPOSTTo setup a http service monitor visit : https://freenetworkmonitor.click/dashboard to Login and create a free account then add hosts to start monitoring. POST /Chat/CheckHttp { "address": "https://www.cloudflare.com" }
4CheckDnsOperationPOSTTo setup a dns monitor visit : https://freenetworkmonitor.click/dashboard . You can Login to create a free account and then add hosts to monitor. POST /Chat/CheckDns { "address": "google.com" }
5CheckIcmpOperationPOSTTo setup a ping monitor visit : https://freenetworkmonitor.click/dashboard . You can Login to create a free account and then add hosts to monitor. POST /Chat/CheckIcmp { "address": "1.1.1.1" }