]> granicus.if.org Git - icinga2/commit
Implement the ignore_on_error keyword
authorGunnar Beutner <gunnar@beutner.name>
Mon, 5 Oct 2015 10:44:11 +0000 (12:44 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 5 Oct 2015 10:44:11 +0000 (12:44 +0200)
commit8136cda3675bca06ef2b512e57dc69017d2b1f45
tree43fec2c1a45cac4bec3b15a466dbf75690c3adc5
parentf0a5a0c23c560e099df0b787424e9013b6e7f01e
Implement the ignore_on_error keyword

fixes #9960
15 files changed:
lib/config/applyrule.cpp
lib/config/applyrule.hpp
lib/config/config_lexer.ll
lib/config/config_parser.yy
lib/config/configitem.cpp
lib/config/configitem.hpp
lib/config/configitembuilder.cpp
lib/config/configitembuilder.hpp
lib/config/expression.cpp
lib/config/expression.hpp
lib/config/vmops.hpp
lib/icinga/dependency-apply.cpp
lib/icinga/notification-apply.cpp
lib/icinga/scheduleddowntime-apply.cpp
lib/icinga/service-apply.cpp