]> granicus.if.org Git - icinga2/commit
Fix that check_timeout was used for Event/Notification commands too 6643/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 28 Sep 2018 12:32:57 +0000 (14:32 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 28 Sep 2018 12:32:57 +0000 (14:32 +0200)
commit617925374b43debf60d78ff20fcc18c7b7f5aee3
treefc5423388180dfbfb8f25d023ac74a6e5f4e61e3
parent7acf3689a7b7b28cfff29ee6a778a472b64f04ed
Fix that check_timeout was used for Event/Notification commands too

We may add specific timeouts for event/notification commands
later, for now the original timeout inside the EventCommand/NotificationCommand
is used.

fixes #6304
lib/icinga/pluginutility.cpp
lib/icinga/pluginutility.hpp
lib/methods/pluginchecktask.cpp
lib/methods/plugineventtask.cpp
lib/methods/pluginnotificationtask.cpp