]> granicus.if.org Git - icinga2/history - lib/icinga
Fix a debug line being displayed in non-debug mode
[icinga2] / lib / icinga /
2015-01-12 Gunnar BeutnerImplicitly convert filter values to bool for object...
2015-01-08 Michael FriedrichFix sending notifications for volatile checks on OK...
2015-01-08 Gunnar BeutnerFix missing command arguments
2014-12-20 Gunnar BeutnerFix incorrect week day calculation in LegacyTimePeriod...
2014-12-19 Gunnar BeutnerRename _DEBUG to I2_DEBUG
2014-12-19 Gunnar BeutnerFix validation for service names in Notification, Depen...
2014-12-18 Gunnar BeutnerRemove obsolete code
2014-12-18 Gunnar BeutnerRefactor the WorkQueue class to make error reporting...
2014-12-18 Michael FriedrichCompat: Fix event_handler_enabled dump based on enable_...
2014-12-15 Gunnar BeutnerRemove unnecessary includes
2014-12-15 Gunnar BeutnerMake sure IcingaApplication::GetVars returns a default...
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-12-13 Gunnar BeutnerImplement the 'global' keyword to differentiate between...
2014-12-12 Gunnar BeutnerDisallow calling strings as functions
2014-12-12 Michael FriedrichDB IDO: Update child object reachability if parentchang...
2014-12-12 Gunnar BeutnerMove the VMFrame class to libbase
2014-12-10 Gunnar BeutnerFix set_if for non-numeric boolean values
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-12-08 Gunnar BeutnerFix incorrect brace placement
2014-12-05 Gunnar BeutnerImplement validator for the check_interval attribute
2014-12-05 Michael FriedrichExecute checks locally if command_endpoint == local...
2014-12-01 Gunnar BeutnerFix problem with macro arguments which are not separate...
2014-11-27 Gunnar BeutnerImplement support for arrays in command arguments
2014-11-24 Gunnar BeutnerFix some compiler warnings
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-22 Gunnar BeutnerFix initialization bug for the Notification class
2014-11-21 Gunnar BeutnerSplit DynamicObject::OnConfigLoaded into two separate...
2014-11-20 Gunnar BeutnerRefactor apply/object rules
2014-11-20 Gunnar BeutnerRefactor the config validator so that it doesn't requir...
2014-11-14 Michael FriedrichMake sure that notified users are stored in state file
2014-11-13 Gunnar BeutnerImplement support for executing remote commands
2014-11-12 Gunnar BeutnerFix validator for dependency filters
2014-11-10 Gunnar BeutnerRefactor the AST
2014-11-09 Michael FriedrichOnly notify users on recovery who have been notified...
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-08 Gunnar BeutnerImprove config compiler's memory usage
2014-11-07 Gunnar BeutnerRemove unused attributes
2014-11-07 Gunnar BeutnerSpeed up type lookups
2014-11-07 Gunnar BeutnerFix crash in CompatUtility::GetCheckableCommandArgs
2014-11-06 Gunnar BeutnerFix variable scope for object rules
2014-11-05 Gunnar BeutnerFix crash in ApiEvents::CheckResultAPIHandler
2014-11-04 Michael FriedrichLivestatus: Add 'cv_is_json' and encode CV arrays/dicts...
2014-11-04 Gunnar BeutnerFix incorrect field name
2014-11-04 Gunnar BeutnerImplement support for arbitrarily complex indexers
2014-11-04 Gunnar BeutnerImplement dictionary support for apply+for
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-11-02 Gunnar BeutnerImplement support for formatting arrays in macro strings
2014-11-02 Gunnar BeutnerImplement support for arrays in custom variables
2014-10-29 Gunnar BeutnerHosts/services should not have themselves as parents
2014-10-29 Gunnar BeutnerSet host/service variable in apply rules
2014-10-28 Gunnar BeutnerFix "assign where" for nested groups
2014-10-28 Gunnar BeutnerFix code style
2014-10-28 Gunnar BeutnerFix performance data for API events
2014-10-28 Gunnar BeutnerRemove localhost virtual name thingie from apievents.cpp
2014-10-28 Gunnar BeutnerRemove virtual name feature for agent hosts
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-25 Gunnar BeutnerFix problems with the serializer when using 'type'...
2014-10-21 Michael FriedrichCLI: Add basic agent command functionality (add, remove)
2014-10-20 Gunnar BeutnerUpdate some more log messages
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRename qstring.{cpp,hpp} to string.{cpp,hpp}
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-17 Gunnar BeutnerImplement support for C/C++ comments in the TI compiler
2014-10-16 Gunnar BeutnerRename AExpression to Expression
2014-10-16 Gunnar BeutnerIgnore (most) messages from unauthenticated clients
2014-10-13 Gunnar BeutnerReplace spaces with tabs
2014-10-11 Michael FriedrichDependencies: Fix disable_notifications = true as defau...
2014-10-10 Gunnar BeutnerImprove error messages for apply rules
2014-09-17 Gunnar BeutnerFix null pointer deref in PluginUtility::FormatPerfdata
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-09-08 Gunnar BeutnerMake CompatUtility::GetCheckablePercentStateChange...
2014-09-07 Gunnar BeutnerDon't parse perfdata if enable_perfdata is false
2014-09-03 Jean-Marcel FlachChange log message for checking/sending notifications
2014-09-02 Gunnar BeutnerFix invalid exit code
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-08-29 Gunnar BeutnerMake props argument for NameComposer::MakeName constant
2014-08-27 Michael FriedrichLog warning message if 'set_if' argument cannot be...
2014-08-26 Michael FriedrichMerge branch 'feature/mod-attr-cluster-5219'
2014-08-26 Michael FriedrichAdd cluster api events for modified attributes support
2014-08-26 Michael FriedrichModify OnVarsChanged event to pass values
2014-08-26 Michael FriedrichAdd OnCheckPeriodChanged event
2014-08-26 Michael FriedrichAdd OnMaxCheckAttemptsChanged event
2014-08-26 Michael FriedrichAdd On{Event,Check}CommandChanged event
2014-08-26 Michael FriedrichAdd On{Check,Retry}IntervalChanged event
2014-08-26 Michael FriedrichAdd OnEnableEventHandlerChanged event
2014-08-22 Gunnar BeutnerMake sure that child zones accept commands from their...
2014-08-22 Michael FriedrichFix check results for localhost in HA cluster
2014-08-17 Gunnar BeutnerClean up some parts of the code
2014-08-05 Gerd von EgidyAdd warning messages when performance data could not...
2014-08-04 Michael FriedrichMerge branch 'fix/cluster-ssl-error-msg-6682' into...
2014-08-04 Michael FriedrichFix non-existing endpoint on ApiListener error
2014-07-31 Michael FriedrichFix permission problem with cluster messages
2014-07-22 Gunnar BeutnerMake sure that event handlers are run for hard recoveries
2014-07-16 Gunnar BeutnerRequire command to be an array when the arguments attri...
2014-07-16 Gunnar BeutnerDon't run event commands when hosts/services are OK
2014-07-16 Jason YoungUpdate behavior of "order" attribute for command arguments
2014-07-10 Gunnar BeutnerMake "enable_notifications" a config attribute
2014-07-09 Gunnar BeutnerChange default value for enable_notifications
2014-07-09 Gunnar BeutnerDon't send notifications for users who have enable_noti...
next