icinga2/lib/icinga
Michael Friedrich 83a06b4378 compatutility: Refactor checkresult output, add notification type mapping. 2013-09-24 18:48:24 +02:00
..
.gitignore Eliminate the Component class. 2013-03-12 13:45:54 +01:00
Makefile.am cluster: Implement domain support. 2013-09-17 13:18:40 +02:00
api.cpp Refactor ScriptFunctions. 2013-03-25 19:47:02 +00:00
api.h Refactor ScriptFunctions. 2013-03-25 19:47:02 +00:00
checkcommand.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
checkcommand.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
cib.cpp Remove @threadsafety doc strings 2013-03-22 12:02:20 +01:00
cib.h Refactor #includes (Part 3). 2013-03-17 20:19:29 +01:00
command.cpp Fix: Don't shell-escape macros by default. 2013-09-09 13:44:18 +02:00
command.h Fix: Don't shell-escape macros by default. 2013-09-09 13:44:18 +02:00
compatutility.cpp compatutility: Refactor checkresult output, add notification type mapping. 2013-09-24 18:48:24 +02:00
compatutility.h compatutility: Refactor checkresult output, add notification type mapping. 2013-09-24 18:48:24 +02:00
domain.cpp cluster: Implement domain support. 2013-09-17 13:18:40 +02:00
domain.h cluster: Implement domain support. 2013-09-17 13:18:40 +02:00
eventcommand.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
eventcommand.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
externalcommandprocessor.cpp Add RemoveDowntime() cancelled parameter, check for expired/triggered downtimes. 2013-09-17 19:37:10 +02:00
externalcommandprocessor.h Implement restarting Icinga. 2013-08-30 14:27:24 +02:00
host.cpp Improve config validation. 2013-09-24 13:13:14 +02:00
host.h Improve config validation. 2013-09-24 13:13:14 +02:00
hostgroup.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
hostgroup.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
i2-icinga.h Refactor #includes (Part 3). 2013-03-17 20:19:29 +01:00
icinga-type.conf config: Add missing "volatile" validator for the Service type. 2013-09-24 13:33:16 +02:00
icinga.vcxproj Windows build fix. 2013-09-01 06:01:27 +02:00
icinga.vcxproj.filters Windows build fix. 2013-09-01 06:01:27 +02:00
icingaapplication.cpp Refactor how Application objects work. 2013-09-10 16:03:36 +02:00
icingaapplication.h Refactor how Application objects work. 2013-09-10 16:03:36 +02:00
legacytimeperiod.cpp Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
legacytimeperiod.h ido: Use relative timestamps for the timeranges. 2013-08-09 11:07:55 +02:00
macroprocessor.cpp Fix crash in MacroProcessor::ResolveMacros. 2013-09-11 14:59:49 +02:00
macroprocessor.h Fix: Don't shell-escape macros by default. 2013-09-09 13:44:18 +02:00
macroresolver.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
macroresolver.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
notification.cpp cluster: Periodically clean up old log files. 2013-09-03 15:23:47 +02:00
notification.h Implement cluster events for comments. 2013-08-28 14:59:41 +02:00
notificationcommand.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
notificationcommand.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
nullchecktask.cpp Update test check output. 2013-09-12 10:36:50 +02:00
nullchecktask.h Refactor ScriptFunctions. 2013-03-25 19:47:02 +00:00
nulleventtask.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
nulleventtask.h Refactor commands and implement event handlers. 2013-06-13 11:33:00 +02:00
perfdatawriter.cpp Windows build fix. 2013-09-01 06:01:27 +02:00
perfdatawriter.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
pluginchecktask.cpp Fix macro priority. 2013-09-10 10:33:34 +02:00
pluginchecktask.h Fix return type for PluginCheckTask::ScriptFunc. 2013-03-25 19:58:34 +00:00
plugineventtask.cpp Fix macro priority. 2013-09-10 10:33:34 +02:00
plugineventtask.h Refactor commands and implement event handlers. 2013-06-13 11:33:00 +02:00
pluginnotificationtask.cpp Fix macro priority. 2013-09-10 10:33:34 +02:00
pluginnotificationtask.h Refactor ScriptFunctions. 2013-03-25 19:47:02 +00:00
service-check.cpp Comment out some of the less useful debug messages. 2013-09-21 09:00:40 +02:00
service-comment.cpp Windows build fix. 2013-09-01 06:01:27 +02:00
service-downtime.cpp Remove unnecessary check. 2013-09-18 10:30:20 +02:00
service-event.cpp Refactor commands and implement event handlers. 2013-06-13 11:33:00 +02:00
service-flapping.cpp Comment out some of the less useful debug messages. 2013-09-21 09:00:40 +02:00
service-notification.cpp Improve config validation. 2013-09-24 13:13:14 +02:00
service.cpp Add missing DowntimesExpireTimer. 2013-09-17 20:11:29 +02:00
service.h Fix parameter type for Service::RemoveDowntime. 2013-09-18 10:06:31 +02:00
servicegroup.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
servicegroup.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
timeperiod.cpp Fix timeperiod update bug. 2013-09-19 00:01:18 +02:00
timeperiod.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
user.cpp Fix: Add missing locks. 2013-09-09 13:52:59 +02:00
user.h Fix: State file doesn't work for generated service objects. 2013-08-29 16:53:57 +02:00
usergroup.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
usergroup.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00