]> granicus.if.org Git - icinga2/shortlog
icinga2
2016-08-16 Gunnar BeutnerImprove performance for type lookups
2016-08-16 Michael FriedrichFix NotificationSentToAllUsers cluster event
2016-08-15 Michael FriedrichAdd an explicit flag for disabling reminder notifications
2016-08-15 Michael FriedrichFix: ClusterEvents::NotificationSentAllUsersAPIHandler...
2016-08-15 Michael FriedrichDocs: Fix missing ITL template
2016-08-15 Michael FriedrichFix ITL methods templates for timeperiods
2016-08-15 Michael FriedrichAPI: Implement 'generate-ticket' action and update...
2016-08-15 Gunnar BeutnerImplement support for incremental IDO updates
2016-08-15 Gunnar BeutnerReplace GetType()->GetName() calls with GetReflectionTy...
2016-08-15 Dirk GoetzMute chcon during safe-reload
2016-08-14 Gunnar BeutnerFix the load order for Host/Service vs. Endpoint/Zone
2016-08-14 Gunnar BeutnerRemove unused code in the IDO classes
2016-08-14 Gunnar BeutnerImprove validation for the command_endpoint attribute
2016-08-14 Gunnar BeutnerImprove HA support for the IDO check task
2016-08-14 Gunnar BeutnerFix $ido_name$ macro when using the IDO check type...
2016-08-14 Michael FriedrichDocs: Rewrite cluster and client chapter from scratch...
2016-08-14 Gunnar BeutnerImplement comparison operators for the Array class
2016-08-14 Gunnar BeutnerFix incorrect return values for some of the CompatUtili...
2016-08-14 Michael FriedrichITL: Add perfsyntax parameter to nscp-local-counter...
2016-08-14 Rune DarrudFix typo in mysql schema
2016-08-14 Michael FriedrichFix log message for WriteCert()
2016-08-14 Michael FriedrichFix that pki sign-csr is not logging the certificate...
2016-08-13 Gunnar BeutnerAvoid duplicate IDO config updates at startup
2016-08-13 Gunnar BeutnerClean up the code a bit
2016-08-13 Michael FriedrichITL: Fix the description for http_certificate
2016-08-13 Michael FriedrichRemove Downtime objects w/o reference to ScheduledDownt...
2016-08-12 Gunnar BeutnerMove type variables into the 'Types' namespace
2016-08-12 Michael FriedrichAdd URL and short description for Monitoring Plugins...
2016-08-12 Gunnar BeutnerRemove extraneous space in a log message
2016-08-12 Gunnar BeutnerFix incorrect function name for deprecated functions
2016-08-12 Gunnar BeutnerFix auto-completion suggestions for "icinga2 console"
2016-08-12 Gunnar BeutnerFix i2tcl module
2016-08-12 Gunnar BeutnerImplement the System#sleep function
2016-08-12 Gunnar BeutnerFix crash in ScriptFrame::AddImport
2016-08-12 Michael FriedrichAdd documentation for swap CheckCommand parameters
2016-08-12 Michael FriedrichEnhance log messages for {,reminder} notifications
2016-08-12 Gunnar BeutnerMake sure base classes are registered in the right...
2016-08-12 Gunnar BeutnerAdd namespace qualifier for some assert() calls
2016-08-12 Gunnar BeutnerRegister deprecated methods in the 'Deprecated' namespace
2016-08-12 Gunnar BeutnerFix 'use' keyword for templates
2016-08-12 Gunnar BeutnerChange scoping mechanism for the __using keyword
2016-08-12 Gunnar BeutnerFix exception with __using
2016-08-12 Gunnar BeutnerMake sure all constructors properly initialize the...
2016-08-12 Gunnar BeutnerImplement support for namespaces
2016-08-12 Gunnar BeutnerImplement support for inspecting variables with LLDB/GDB
2016-08-12 Gunnar BeutnerChange wording for the function validation message
2016-08-11 Michael FriedrichDB IDO: Really do not clear downtimes on checkable...
2016-08-11 Michael FriedrichAdd log message if notifications are forced (i.e. filte...
2016-08-11 Michael FriedrichDocs: Fix incorrect anchors for Array#{filter,unique}
2016-08-11 Michael FriedrichDB IDO: Fixed downtime start does not update actual_sta...
2016-08-11 Gunnar BeutnerUse InterlockedIncrement instead of a mutex in CreatePi...
2016-08-11 Gunnar BeutnerFix missing names for user-defined functions
2016-08-10 Michael FriedrichFix flexible downtimes expiry time and removal
2016-08-10 Gunnar BeutnerMake sure functions are registered with the correct...
2016-08-10 Michael FriedrichFix downtime notification events and missing author...
2016-08-10 Gunnar BeutnerImplement support for marking functions as deprecated
2016-08-10 Jean-Louis... Add vars for all check_swap args
2016-08-10 Gunnar BeutnerUpdate AUTHORS
2016-08-10 Timo BuhrmesterDon't violate POSIX by ensuring that the argument to...
2016-08-10 Gunnar BeutnerFix race condition in CreatePipeOverlapped
2016-08-10 Gunnar BeutnerDisallow casting "" to an Object
2016-08-10 Gunnar BeutnerUse the "plugin-check-command" template in the livestat...
2016-08-10 Gunnar BeutnerUpdate i2tcl to match latest language changes
2016-08-10 Gunnar BeutnerBuild fix for Ubuntu precise
2016-08-10 Gunnar BeutnerInclude compiler name/version and build host name in...
2016-08-10 Gunnar BeutnerMove internal script functions into the 'Internal'...
2016-08-09 Gunnar BeutnerWindows build fix
2016-08-09 Michael FriedrichUpdate AUTHORS
2016-08-09 Carsten KöbkeITL: Add db2_health CheckCommand definition
2016-08-09 Gunnar BeutnerImprove logging for the WorkQueue class
2016-08-09 Gunnar BeutnerHandle I/O errors while writing the Icinga state file...
2016-08-09 Gunnar BeutnerUpdate AUTHORS
2016-08-09 Bård Dahlmo... Fix incorrect custom variable name for the -q option...
2016-08-09 Gunnar BeutnerRename/Remove experimental script functions
2016-08-09 Marius SturmGelfWriter: Use raw CheckResult output for full_message...
2016-08-09 Gunnar BeutnerFix building Icinga with -fvisibility=hidden
2016-08-09 Dirk GoetzDocs: Add SELinux chapter
2016-08-09 Gunnar BeutnerAdd version info in /v1
2016-08-08 Michael FriedrichUpdate AUTHORS
2016-08-08 Berthold CogelInit script: condrestart should only restart a running...
2016-08-08 Gunnar BeutnerBuild fix for CentOS 5
2016-08-08 Christian BirkAdd "check_mysql_query" CheckCommand definition
2016-08-08 Gunnar BeutnerFix crash in Checkable::ProcessCheckResult when cr...
2016-08-08 Gunnar BeutnerImplement process_check_result script method for the...
2016-08-08 Gunnar BeutnerRegister a new script frame in Function::Invoke
2016-08-08 Gunnar BeutnerAdd the "exception" check command
2016-08-08 Gunnar BeutnerFix incorrect behavior for max_check_attempts
2016-08-08 Gunnar BeutnerDon't add empty lines to libedit's history
2016-08-05 Mirko NardinAdd the "-e" parameter for the SNMP check command
2016-08-05 Gunnar BeutnerRemove temporary icinga2.debug file in case the config...
2016-08-05 Gunnar BeutnerFix incorrect parameter name for NotificationSentAllUse...
2016-08-04 Michael FriedrichFix that notifications with empty times.{begin,end...
2016-08-04 Michael FriedrichDisable immediate hard state for first check result
2016-08-04 Gunnar BeutnerFix duplicate notifications on HA failover
2016-08-04 Gunnar BeutnerBuild fix for Windows
2016-08-03 Michael FriedrichEnsure to send recovery notifications if the was a...
2016-08-03 Michael FriedrichAdd the notification type into the log message
2016-08-03 Michael FriedrichDB IDO: Do not try to delete downtimes when using the...
2016-08-03 Michael FriedrichRemove obsolete README files in tools/syntax
2016-08-03 Dirk GoetzAdd a check command for check_breeze
next