]> granicus.if.org Git - icinga2/commit
Fix that host downtimes might be triggered even if their state is Up 5245/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 11 May 2017 13:05:50 +0000 (15:05 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 11 May 2017 13:05:50 +0000 (15:05 +0200)
commit8d56f8e95155112363ed41a06e4357e63923e09c
tree3ca23f57a79c937540c879b69c81a9eb5fc63e3d
parent1c255140b5f6a0d7989e9f333e921aa6cc9632c7
Fix that host downtimes might be triggered even if their state is Up

If the checkresult's state is 1, this is internally mapped to Up.
The added downtime will check for triggers and might cause a wrong
downtime start event.

refs #5202
lib/icinga/downtime.cpp