Testing AppBeat monitoring automation
We are currently finishing command line tool for basic AppBeat management. Soon you will be able to get your system status, pause / resume / delete services and checks, create new checks.
For example, this is minimum configuration for creating new check:
{
"Agent": "Web",
"Name": "Check1",
"Description": "Check created with AppBeat command line tool / API",
"CheckIntervalInSeconds": "60",
"AgentSpecificSettings": {
"URL": "https://appbeat.io",
"TIMEOUT": "15",
"METHOD": "GET",
"HTTP_VER": "http1.1",
"IP_VER": "ipv4"
}
}
AppBeat command line tool will be available for Windows, Linux and Mac.
Read other posts