Current Monitors

Add a New Monitor
Name Enabled Customer Task Cron Params Last Run Next Run
Test Fetch process 01 true Test(Internal) performFetch */1 * * * *
Every 1 minutes
{
  "url": "https://example.com"
}
27/08/26, 17:24 27/08/26, 17:25
Simple test for errors true Websure(Special) sayHello */2 * * * *
Every 2 minutes
{
  "user": "Christopher"
}
27/08/26, 17:24 27/08/26, 17:26
Ping the MySQL server and Staging Database true ABI(Client) pingMysql */10 * * * *
Every 10 minutes
{
  "host": "abi-website-mysql.mysql.database.azure.com",
  "user": "skylarkadmin",
  "password": "6Jb4FiRfHQGyojYjUAtf",
  "port": 3306,
  "database": "abiks_staging",
  "ssl": true
}
27/08/26, 17:24 -
Ping the MySQL server and CJC Database true ABI(Client) pingMysql */10 * * * *
Every 10 minutes
{
  "host": "abi-website-mysql.mysql.database.azure.com",
  "user": "skylarkadmin",
  "password": "6Jb4FiRfHQGyojYjUAtf",
  "port": 3306,
  "database": "abiks_cjc",
  "ssl": true
}
27/08/26, 17:24 -
Ping the MySQL server and Live Database true ABI(Client) pingMysql */10 * * * *
Every 10 minutes
{
  "host": "abi-website-prod-mysql.mysql.database.azure.com",
  "user": "SQLadminprod",
  "password": "PcMqHKA6XnmK8QoyKebk",
  "port": 3306,
  "database": "abiks_live",
  "ssl": true
}
27/08/26, 17:24 -