icinga2/lib/icinga
Noah Hilverling 233d00d648
Merge pull request #6311 from Reamer/timeperiod_bugfix
refs #6282
2018-06-19 10:29:27 +02:00
..
CMakeLists.txt Implement concurrent checks limit for remote checks 2018-01-29 14:50:14 +01:00
apiactions.cpp Allow to pass raw performance data in 'process-check-result' API action 2018-02-06 15:25:55 +01:00
apiactions.hpp Build libraries as static libraries 2018-01-02 23:29:48 +01:00
apievents.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
apievents.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
checkable-check.cpp Fix that checks with command_endpoint don't return any check results 2018-05-29 13:51:34 +02:00
checkable-comment.cpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
checkable-dependency.cpp Apply clang-tidy fix 'modernize-use-auto' 2018-01-04 12:24:57 +01:00
checkable-downtime.cpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
checkable-event.cpp Execute event commands only on actively checked host/service objects in an HA zone 2018-05-11 12:58:33 +02:00
checkable-flapping.cpp Fix flapping support for Windows 2018-01-23 12:52:33 +01:00
checkable-notification.cpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
checkable-script.cpp Rename macro RequireNotNull to REQUIRE_NOT_NULL 2018-02-21 13:47:46 +01:00
checkable.cpp Fix check behavior on restart 2018-04-10 15:52:50 +02:00
checkable.hpp Implement concurrent checks limit for remote checks 2018-01-29 14:50:14 +01:00
checkable.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
checkcommand.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
checkcommand.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
checkcommand.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
checkresult.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
checkresult.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
checkresult.ti Add 'ttl' support for check result freshness via REST API 2018-01-15 13:54:11 +01:00
cib.cpp Add metrics about RemoteCheckQueue to Icinga check, API and logs 2018-01-29 16:07:35 +01:00
cib.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
clusterevents-check.cpp Add metrics about RemoteCheckQueue to Icinga check, API and logs 2018-01-29 16:07:35 +01:00
clusterevents.cpp Fix nullptr deref in cluster events 2018-02-21 13:47:46 +01:00
clusterevents.hpp Add metrics about RemoteCheckQueue to Icinga check, API and logs 2018-01-29 16:07:35 +01:00
command.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
command.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
command.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
comment.cpp Add diagnostic_information as verbose error to config object handlers 2018-04-06 12:26:49 +02:00
comment.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
comment.ti Build libraries as static libraries 2018-01-02 23:29:48 +01:00
compatutility.cpp Move CompatUtility::GetCheckableInNotificationPeriod() logic into Livestatus feature 2018-01-15 13:39:34 +01:00
compatutility.hpp Move CompatUtility::GetCheckableInNotificationPeriod() logic into Livestatus feature 2018-01-15 13:39:34 +01:00
customvarobject.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
customvarobject.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
customvarobject.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
dependency-apply.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
dependency.cpp Remove unused includes 2018-01-22 09:52:29 +01:00
dependency.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
dependency.ti Build libraries as static libraries 2018-01-02 23:29:48 +01:00
downtime.cpp Merge pull request #6205 from Icinga/feature/api-verbose-errors 2018-04-17 16:40:11 +02:00
downtime.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
downtime.ti Build libraries as static libraries 2018-01-02 23:29:48 +01:00
eventcommand.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
eventcommand.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
eventcommand.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
externalcommandprocessor.cpp Remove unused includes 2018-01-22 09:52:29 +01:00
externalcommandprocessor.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
host.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
host.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
host.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
hostgroup.cpp Ensure that added group members are unique 2018-05-09 17:26:07 +02:00
hostgroup.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
hostgroup.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
i2-icinga.hpp Build libraries as static libraries 2018-01-02 23:29:48 +01:00
icinga-itl.conf Change copyright header for 2018 2018-01-02 12:08:55 +01:00
icingaapplication.cpp Introduce the 'Environment' variable 2018-05-15 12:02:15 +02:00
icingaapplication.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
icingaapplication.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
legacytimeperiod.cpp Remove unused includes 2018-01-22 09:52:29 +01:00
legacytimeperiod.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
macroprocessor.cpp Rename macro RequireNotNull to REQUIRE_NOT_NULL 2018-02-21 13:47:46 +01:00
macroprocessor.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
macroresolver.hpp Build libraries as static libraries 2018-01-02 23:29:48 +01:00
notification-apply.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
notification.cpp Merge pull request #6016 from Icinga/fix/state-filters-for-custom-notifications 2018-03-19 15:52:37 +01:00
notification.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
notification.ti Build libraries as static libraries 2018-01-02 23:29:48 +01:00
notificationcommand.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
notificationcommand.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
notificationcommand.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
objectutils.cpp Change copyright header for 2018 2018-01-02 12:08:55 +01:00
objectutils.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
pluginutility.cpp Remove unused includes 2018-01-22 09:52:29 +01:00
pluginutility.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
scheduleddowntime-apply.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
scheduleddowntime.cpp Fix ScheduledDowntimes replicating on restart 2018-06-08 10:54:06 +02:00
scheduleddowntime.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
scheduleddowntime.ti Fix ScheduledDowntimes replicating on restart 2018-06-08 10:54:06 +02:00
service-apply.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
service.cpp Remove unused includes 2018-01-22 09:52:29 +01:00
service.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
service.ti Build libraries as static libraries 2018-01-02 23:29:48 +01:00
servicegroup.cpp Ensure that added group members are unique 2018-05-09 17:26:07 +02:00
servicegroup.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
servicegroup.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
timeperiod.cpp Do not add the old timeperiod segment, if we cut it in the middle 2018-05-16 12:04:38 +02:00
timeperiod.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
timeperiod.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
user.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
user.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
user.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
usergroup.cpp Ensure that added group members are unique 2018-05-09 17:26:07 +02:00
usergroup.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
usergroup.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00