Monitor availability of your online service proactively so you can react before it affects your users. No installation required, no software to maintain. Set up once and forget about it — our automated 24/7 monitoring will take care of the rest.
Cross-platform AppBeat Command Line Interface
~ $ dotnet AppBeat.CLI.dll status
{
"Good": 100.0,
"ResponseCreatedUtc": "2016-09-14T07:12:01.6638759Z",
"Services": [
{
"Name": "My Monitored App",
"Status": "Good",
"CheckedUtc": "2016-09-14T07:11:31.9981522",
"Checks": [
{
"Name": "My periodic check",
"Status": "Good",
"CheckedUtc": "2016-09-14T07:11:31.9981522",
"IsPaused": false
}
]
}
],
"Success": true
}
~ $ dotnet AppBeat.CLI.dll new-check --type web --url http://www.your-website.com --name MyCheck --interval 300
{
"Id": "ac94bd0f7e154acb8779c80ab1c92ba5",
"Success": true
}