icinga2/lib/icinga
Gunnar Beutner 245dd66bab Implement override_max_check_attempts.
Refs #4746
2013-11-26 13:27:41 +01:00
..
CMakeLists.txt Implement class for service downtimes. 2013-11-09 22:08:26 +01:00
api.cpp Update copyright information. 2013-09-25 07:45:56 +02:00
api.h Update copyright information. 2013-09-25 07:45:56 +02:00
checkcommand.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
checkcommand.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
checkcommand.ti Implement class compiler. 2013-10-28 14:27:36 +01:00
checkresult.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
checkresult.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
checkresult.ti Fix type for CheckResult::command. 2013-11-10 01:29:09 +01:00
cib.cpp Update copyright information. 2013-09-25 07:45:56 +02:00
cib.h Update copyright information. 2013-09-25 07:45:56 +02:00
command.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
command.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
command.ti Implement serializer support for arbitrary classes. 2013-11-08 14:08:59 +01:00
comment.cpp Refactor the Service::Is{Comment,Downtime}* methods. 2013-11-09 22:20:49 +01:00
comment.h Refactor the Service::Is{Comment,Downtime}* methods. 2013-11-09 22:20:49 +01:00
comment.ti Implement class for service comments. 2013-11-09 21:19:52 +01:00
compatutility.cpp Remove redundant checks. 2013-11-21 12:23:55 +01:00
compatutility.h Fix CompatUtility::{ConvertTimestamp,GetCheckResultOutput} should return std::pair. 2013-11-11 15:06:23 +01:00
domain.cpp Clean up the DynamicType class. 2013-11-08 16:07:21 +01:00
domain.h Merge ReflectionObject methods into the Object class. 2013-11-05 08:56:30 +01:00
domain.ti Implement class compiler. 2013-10-28 14:27:36 +01:00
downtime.cpp Refactor the Service::Is{Comment,Downtime}* methods. 2013-11-09 22:20:49 +01:00
downtime.h Refactor the Service::Is{Comment,Downtime}* methods. 2013-11-09 22:20:49 +01:00
downtime.ti Implement class for service downtimes. 2013-11-09 22:08:26 +01:00
eventcommand.cpp Clean up the DynamicType class. 2013-11-08 16:07:21 +01:00
eventcommand.h Merge ReflectionObject methods into the Object class. 2013-11-05 08:56:30 +01:00
eventcommand.ti Implement class compiler. 2013-10-28 14:27:36 +01:00
externalcommandprocessor.cpp Implement override_max_check_attempts. 2013-11-26 13:27:41 +01:00
externalcommandprocessor.h Implement override_max_check_attempts. 2013-11-26 13:27:41 +01:00
host.cpp Remove redundant checks. 2013-11-21 12:23:55 +01:00
host.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
host.ti Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
hostgroup.cpp Clean up the DynamicType class. 2013-11-08 16:07:21 +01:00
hostgroup.h Merge ReflectionObject methods into the Object class. 2013-11-05 08:56:30 +01:00
hostgroup.ti Fix short_name and display_name properties. 2013-10-30 09:55:00 +01:00
i2-icinga.h Update copyright information. 2013-09-25 07:45:56 +02:00
icinga-type.conf Implement override_enable_notifications. 2013-11-26 12:33:10 +01:00
icingaapplication.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
icingaapplication.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
icingaapplication.ti Implement class compiler. 2013-10-28 14:27:36 +01:00
macroprocessor.cpp Implement support for high-level stack traces. 2013-11-21 09:42:27 +01:00
macroprocessor.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
macroresolver.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
macroresolver.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
notification.cpp Remove redundant checks. 2013-11-21 12:23:55 +01:00
notification.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
notification.ti Implement one-time notification for escalation contacts. 2013-11-11 11:21:23 +01:00
notificationcommand.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
notificationcommand.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
notificationcommand.ti Implement class compiler. 2013-10-28 14:27:36 +01:00
perfdatavalue.cpp Accept invalid performance data. 2013-11-17 00:05:31 +01:00
perfdatavalue.h Add missing copyrights. 2013-11-08 16:06:59 +01:00
perfdatavalue.ti Implement serializer support for arbitrary classes. 2013-11-08 14:08:59 +01:00
pluginutility.cpp Implement support for non-standard "multi" performance data. 2013-11-17 03:29:43 +01:00
pluginutility.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
service-check.cpp Implement override_max_check_attempts. 2013-11-26 13:27:41 +01:00
service-comment.cpp Optimize signal calls. 2013-11-10 16:53:57 +01:00
service-downtime.cpp Optimize signal calls. 2013-11-10 16:53:57 +01:00
service-event.cpp Implement override_event_command. 2013-11-26 12:44:49 +01:00
service-flapping.cpp Implement override_enable_flapping. 2013-11-26 12:33:16 +01:00
service-notification.cpp Implement override_enable_flapping. 2013-11-26 12:33:16 +01:00
service.cpp Implement override_max_check_attempts. 2013-11-26 13:27:41 +01:00
service.h Implement override_max_check_attempts. 2013-11-26 13:27:41 +01:00
service.ti Implement override_max_check_attempts. 2013-11-26 13:27:41 +01:00
servicegroup.cpp Clean up the DynamicType class. 2013-11-08 16:07:21 +01:00
servicegroup.h Merge ReflectionObject methods into the Object class. 2013-11-05 08:56:30 +01:00
servicegroup.ti Fix short_name and display_name properties. 2013-10-30 09:55:00 +01:00
timeperiod.cpp Move EmptyTimePeriod and EvenMinutesTimePeriod to libmethods. 2013-11-13 09:41:06 +01:00
timeperiod.h Move EmptyTimePeriod and EvenMinutesTimePeriod to libmethods. 2013-11-13 09:41:06 +01:00
timeperiod.ti Fix short_name and display_name properties. 2013-10-30 09:55:00 +01:00
user.cpp Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
user.h Replace check result dictionaries with a class. 2013-11-09 15:26:01 +01:00
user.ti Fix short_name and display_name properties. 2013-10-30 09:55:00 +01:00
usergroup.cpp Clean up the DynamicType class. 2013-11-08 16:07:21 +01:00
usergroup.h Merge ReflectionObject methods into the Object class. 2013-11-05 08:56:30 +01:00
usergroup.ti Fix short_name and display_name properties. 2013-10-30 09:55:00 +01:00