Severity and state mappings for Monit
Alert priority and resolution state mapping between Monit and Incident Response.
Monit alert priority mapping
Monit's alert priority is based on one field in the payload.
The field of interest is severity
.
Monit payload field | Monit payload value | Incident Response alert priority value |
---|---|---|
severity | Critical | P1-Critical |
Major | P2-High | |
Minor | P3-Moderate | |
Warning | P4-Low | |
OK | P5-Informational |
Monit resolution state mapping
The field of interest is severity
.
Note: There is no closing payload for Monit as there is no field or a combination of fields
(message key) which can uniquely identify an alert. So there is no resolution state for
closing.
Monit payload field | Monit payload value | Incident Response alert resolution state value |
---|---|---|
severity | Critical | New |
Major | ||
Minor | ||
Warning | ||
OK |
Note: If you require any other severity and state mappings, use the
Generic webhook integration.