
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
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | CheckQuantumOperation | POST | To 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" } |
2 | CheckSmtpOperation | POST | To 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, } |
3 | CheckHttpOperation | POST | To 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" } |
4 | CheckDnsOperation | POST | To 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" } |
5 | CheckIcmpOperation | POST | To 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" } |