From version 12.8.330, OpManager supports ingesting events directly from Meraki API controllers. This help document outlines the prerequisites, limitations, and steps for configuration.
Table of Contents
Servlet: /events/webhook
A new webhook template must be created with the following parameters:
| Header Name | Expected Value | Static / Dynamic |
|---|---|---|
| ingestionType | meraki | Static |
| merakiAPIKey | API Key used to discover the Organization | Dynamic |
| orgID | Organization ID of the device which raised the event | Dynamic |
Mandatory Params:
Optional Param:
Sample Webhook Template Configuration:
{
"alarmCode":"{{alertTypeId}}",
"serialNumber":"{{deviceSerial}}",
"severity":"{{alertLevel}}",
"eventType":"{{alertTypeId}}",
"message":"{{alertData | json_markdown}}"
}
Note:
Flapping Configuration: Flapping refers to the situation where an alert repeatedly switches between active and recovered states. (A single flap is counted when a device goes down and comes back up.)
For more information, please reach out to opmanager-support@manageengine.com