Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8067
blob4ded906343838905e801dda0825481e1342097e4
1 Title: Delay service notification when host comes up
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Version: 1.2.6b1
6 Date: 1417448010
7 Class: fix
9 When a host is DOWN and then a service of that host goes CRIT, the
10 corresponding notification is put on hold. As soon as the host goes up again
11 the notification would immediately be sent out. Now we rather wait for the
12 next check of the service, in order to give it a chance to become OK again,
13 after the host is reachable again.