REST API Call
It is possible to open a URL (POST/GET/PUT/DELETE) call and send information which was detected in the monitor execution.
It can be used for sending alerts to BigPanda as an example:
Advanced Json:
{
"status": "critical",
"host": "Xpolog-Main",
"check": "[MONITOR_NAME]",
"query": "[SEARCH_QUERY]",
"Message": "Platform - Exception",
"Details": "please call UK HD",
"link":"[SEARCH_LINK]"
}
Â