icinga2/lib/icinga
Gunnar Beutner dbf762e771 Use boost::program_options to parse arguments.
Fixes #3536
Fixes #3184
2013-02-02 23:22:27 +01:00
..
Makefile.am Implement Service::OnCheckResultReceived, rename ServiceStateChangeMessage to CheckResultMessage 2013-01-31 16:51:50 +01:00
acknowledgement.h Implemented host acknowledgements. 2013-01-27 11:35:47 +01:00
checkresultmessage.cpp Implement Service::OnCheckResultReceived, rename ServiceStateChangeMessage to CheckResultMessage 2013-01-31 16:51:50 +01:00
checkresultmessage.h Implement Service::OnCheckResultReceived, rename ServiceStateChangeMessage to CheckResultMessage 2013-01-31 16:51:50 +01:00
cib.cpp Implement statistics for passive service checks. 2013-01-28 09:01:47 +01:00
cib.h Implement statistics for passive service checks. 2013-01-28 09:01:47 +01:00
commentprocessor.cpp Don't use exceptions in CommentProcessor::Get*. 2013-01-31 16:23:02 +01:00
commentprocessor.h Remove expired comments and downtimes. 2013-01-30 14:28:13 +01:00
downtimeprocessor.cpp Fixed some compiler warnings. 2013-02-01 15:44:03 +01:00
downtimeprocessor.h Implement triggered downtime for services. 2013-01-31 13:57:14 +01:00
externalcommandprocessor.cpp Fixed compiler warnings (-Wextra). 2013-02-02 22:13:54 +01:00
externalcommandprocessor.h Fixed compiler warnings (-Wextra). 2013-02-02 22:13:54 +01:00
host.cpp Fixed compiler warnings (-Wextra). 2013-02-02 22:13:54 +01:00
host.h Implemented comments. 2013-01-29 16:29:09 +01:00
hostgroup.cpp Removed the old-style validation code. 2013-02-02 20:03:30 +01:00
hostgroup.h Performance improvements for *Group::GetMembers(). 2013-01-25 12:46:49 +01:00
i2-icinga.cpp
i2-icinga.h Implement Service::OnCheckResultReceived, rename ServiceStateChangeMessage to CheckResultMessage 2013-01-31 16:51:50 +01:00
icinga.vcxproj Implement Service::OnCheckResultReceived, rename ServiceStateChangeMessage to CheckResultMessage 2013-01-31 16:51:50 +01:00
icinga.vcxproj.filters Updated VS project files. 2013-01-29 16:37:44 +01:00
icingaapplication.cpp Use boost::program_options to parse arguments. 2013-02-02 23:22:27 +01:00
icingaapplication.h Use boost::program_options to parse arguments. 2013-02-02 23:22:27 +01:00
macroprocessor.cpp
macroprocessor.h
nullchecktask.cpp Fixed some compiler warnings. 2013-02-01 15:44:03 +01:00
nullchecktask.h Implement REGISTER_SCRIPTFUNCTION() and clean up how check types are registered. 2013-01-22 09:21:50 +01:00
pluginchecktask.cpp Implemented the PROCESS_SERVICE_CHECK_RESULT external command. 2013-01-22 12:05:36 +01:00
pluginchecktask.h Implemented the PROCESS_SERVICE_CHECK_RESULT external command. 2013-01-22 12:05:36 +01:00
service.cpp Removed the old-style validation code. 2013-02-02 20:03:30 +01:00
service.h Implement Service::OnCheckResultReceived, rename ServiceStateChangeMessage to CheckResultMessage 2013-01-31 16:51:50 +01:00
servicegroup.cpp Removed the old-style validation code. 2013-02-02 20:03:30 +01:00
servicegroup.h Performance improvements for *Group::GetMembers(). 2013-01-25 12:46:49 +01:00
timeperiod.cpp Removed the old-style validation code. 2013-02-02 20:03:30 +01:00
timeperiod.h Added missing I2_ICINGA_API specifier for the TimePeriod class. 2013-01-22 10:14:08 +01:00