Sample alert for Icinga2
Snapshot of the entity when an event occurs in Icinga2.
The sample alert becomes available after you generate the webhook.
{
"host_name": "Sample Host",
"host_alias": "Test Host",
"alerts": [
{
"alert_source": "SERVICE",
"service_name": "ping",
"check_command": "ping4",
"alert_notification_type": "PROBLEM",
"alert_state": "WARNING",
"alert_description": "Sample Alert",
"additional_info": {
"service_duration": "940352.922484",
"service_comment": "",
"service_latency": "0.000474",
"service_execution_time": "4.306130"
}
}
]
}