Werk #8070: Fix notification type for the end of downtimes
| Component | The Checkmk Micro Core | ||
| Title | Fix notification type for the end of downtimes | ||
| Date | Aug 28, 2014 | ||
| Level | Prominent Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
When a downtime ends the CMC used to set the NOTIFICATION_TYPE to DOWNTIMESTOPPED, while Nagios uses DOWNTIMEEND. This leads to an invalid notification classification in the rule based notification, so that instead of the type Downtime Start or End a normal altert type was being assumed. That has been fixed now.