icinga2/lib/icinga
Gunnar Beutner 56e9a23a65 Don't try to delete Downtime objects that were statically configured
fixes #13275
2016-11-22 15:13:43 +01:00
..
CMakeLists.txt Set versions for all internal libraries 2016-08-25 17:56:18 +02:00
apiactions.cpp Revert "Implement the 'evaluate-macros' API action" 2016-11-17 10:39:27 +01:00
apiactions.hpp Revert "Implement the 'evaluate-macros' API action" 2016-11-17 10:39:27 +01:00
apievents.cpp Ensure that DowntimeStart notifications are not immediately sent 2016-11-11 19:36:19 +01:00
apievents.hpp Ensure that DowntimeStart notifications are not immediately sent 2016-11-11 19:36:19 +01:00
checkable-check.cpp Fix Flapping{Start,End} notifications in SOFT states or downtimes 2016-11-10 14:16:02 +01:00
checkable-comment.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
checkable-dependency.cpp Implement GetAllChildren() for dependency resolution 2016-11-02 08:55:11 +01:00
checkable-downtime.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
checkable-event.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
checkable-flapping.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
checkable-notification.cpp Fix that custom notifications do not reset force_next_notification 2016-11-17 11:53:35 +01:00
checkable-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
checkable.cpp Ensure that DowntimeStart notifications are not immediately sent 2016-11-11 19:36:19 +01:00
checkable.hpp Implement GetAllChildren() for dependency resolution 2016-11-02 08:55:11 +01:00
checkable.ti Remove unused last_in_downtime field 2016-08-31 15:21:26 +02:00
checkcommand.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
checkcommand.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
checkcommand.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
checkresult.cpp Move CalculateExecutionTime and CalculateLatency into the CheckResult class 2016-05-10 12:16:49 +02:00
checkresult.hpp Move CalculateExecutionTime and CalculateLatency into the CheckResult class 2016-05-10 12:16:49 +02:00
checkresult.ti Make sure timestamps are formatted as integers in macro strings 2016-06-21 11:29:12 +02:00
cib.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
cib.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
clusterevents.cpp Fix that recovery notifications are sent if notified for !Problem type before 2016-11-17 10:35:16 +01:00
clusterevents.hpp Fix NotificationSentToAllUsers cluster event 2016-08-16 09:30:10 +02:00
command.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
command.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
command.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
comment.cpp Use 'auto' keyword for iterator declarations (part 2) 2016-08-27 19:56:12 +02:00
comment.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
comment.ti Make sure timestamps are formatted as integers in macro strings 2016-06-21 11:29:12 +02:00
compatutility.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
compatutility.hpp Fix incorrect return values for some of the CompatUtility methods 2016-08-14 17:06:50 +02:00
customvarobject.cpp Fix incorrect variable type in the FilterArrayToInt function 2016-08-27 12:23:09 +02:00
customvarobject.hpp Allow strings in state and type filters (config, API) 2016-06-23 14:52:45 +02:00
customvarobject.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
dependency-apply.cpp Implement support for default templates 2016-08-28 10:27:43 +02:00
dependency.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
dependency.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
dependency.ti state_filters_real shouldn't be visible in the API 2016-07-19 20:09:39 +02:00
downtime.cpp Don't try to delete Downtime objects that were statically configured 2016-11-22 15:13:43 +01:00
downtime.hpp Ensure that DowntimeStart notifications are not immediately sent 2016-11-11 19:36:19 +01:00
downtime.ti Add child_options for API action 'schedule-downtime' 2016-11-02 09:54:48 +01:00
eventcommand.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
eventcommand.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
eventcommand.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
externalcommandprocessor.cpp Implement GetAllChildren() for dependency resolution 2016-11-02 08:55:11 +01:00
externalcommandprocessor.hpp Add SCHEDULE_AND_PROPAGATE{,_TRIGGERED}_HOST_DOWNTIME external commands 2016-11-02 08:54:32 +01:00
host.cpp Use 'auto' for iterator declarations 2016-08-27 08:37:19 +02:00
host.hpp Refactor patch for host recovery notifications 2016-03-15 09:47:59 +01:00
host.ti Improve performance for type lookups 2016-08-16 11:02:33 +02:00
hostgroup.cpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
hostgroup.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
hostgroup.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
i2-icinga.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
icinga-itl.conf Implement support for default templates 2016-08-28 10:27:43 +02:00
icingaapplication.cpp Make sure that libmethods is automatically loaded even when not using the ITL 2016-08-28 17:03:08 +02:00
icingaapplication.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
icingaapplication.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
legacytimeperiod.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
legacytimeperiod.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
macroprocessor.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
macroprocessor.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
macroresolver.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
notification-apply.cpp Implement support for default templates 2016-08-28 10:27:43 +02:00
notification.cpp Fix that recovery notifications are sent if notified for !Problem type before 2016-11-17 10:35:16 +01:00
notification.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
notification.ti Fix that recovery notifications are sent if notified for !Problem type before 2016-11-17 10:35:16 +01:00
notificationcommand.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
notificationcommand.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
notificationcommand.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
objectutils.cpp Implement support for namespaces 2016-08-12 11:32:16 +02:00
objectutils.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
perfdatavalue.cpp Implement support for namespaces 2016-08-12 11:32:16 +02:00
perfdatavalue.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
perfdatavalue.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
pluginutility.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
pluginutility.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
scheduleddowntime-apply.cpp Implement support for default templates 2016-08-28 10:27:43 +02:00
scheduleddowntime.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
scheduleddowntime.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
scheduleddowntime.ti Make sure the dependency graph is properly updated when adding and removing objects 2016-05-09 14:30:12 +02:00
service-apply.cpp Implement support for default templates 2016-08-28 10:27:43 +02:00
service.cpp Remove unused #includes 2016-08-27 10:59:52 +02:00
service.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
service.ti Improve performance for type lookups 2016-08-16 11:02:33 +02:00
servicegroup.cpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
servicegroup.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
servicegroup.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
timeperiod.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
timeperiod.hpp Implement exclude and include ability for TimePeriod objects 2016-05-21 20:33:09 +02:00
timeperiod.ti Implement exclude and include ability for TimePeriod objects 2016-05-21 20:33:09 +02:00
user.cpp Replace BOOST_FOREACH with range-based for loops 2016-08-25 06:46:17 +02:00
user.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
user.ti Improve performance for type lookups 2016-08-16 11:02:33 +02:00
usergroup.cpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
usergroup.hpp Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
usergroup.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00