]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-12-12 Michael FriedrichUse exclamation mark for auto-generated config item...
2013-12-12 Johannes MeyerFix livestatus keepalive handling
2013-12-12 Gunnar BeutnerUpdate documentation for notification commands.
2013-12-11 Markus FroschDebian: Use user/group config also for /run handling...
2013-12-11 Markus FroschDebian: Added spool directory and set correct permissions.
2013-12-11 Gunnar BeutnerUpdate the livestatus socket path in the documentation.
2013-12-11 Michael FriedrichCompat: Don't dump empty CV keys.
2013-12-11 Gunnar BeutnerImprove compatibility with C++11.
2013-12-11 Markus FroschMerge branch 'feature/debian-init-helpers-5305' into...
2013-12-11 Markus FroschDebian: Added foreground init helper to debug Icinga 2.
2013-12-11 Johannes MeyerFix indentation in lib/icinga/externalcommandprocessor.cpp
2013-12-11 Markus FroschDebian: Cleaned up indention in init script.
2013-12-11 Markus FroschDebian: Added checkconfig helper to initscript.
2013-12-11 Markus FroschDebian: Added DAEMON_(USER|GROUP) to init/default for...
2013-12-11 Gunnar BeutnerFix incorrect permissions for key files.
2013-12-11 Gunnar BeutnerFix incorrect attribute names in the documentation.
2013-12-11 Markus FroschDebian: only update icinga-version.h.fallback when...
2013-12-11 Johannes MeyerFix crash when a command is executed that affects check...
2013-12-11 Michael FriedrichLivestatus: Fix check_command_expanded column.
2013-12-09 Paul RichardsNSCA-ng Vagrant Support: add nsca user to icingacmd...
2013-12-09 Gunnar BeutnerImprove compatibility with Windows.
2013-12-09 Michael FriedrichFix missing comment_data column in downtime tables.
2013-12-09 Gunnar BeutnerFix deadlock in ServiceDbConnect::Add{Comments,Downtimes}.
2013-12-09 Gunnar BeutnerFix syntax error in mail-notification.sh.
2013-12-09 Gunnar BeutnerScriptVariableRegistry::GetInstance should not be defin...
2013-12-09 Gunnar BeutnerFix duplicate IDs in queries for comments/downtimes.
2013-12-09 Gunnar BeutnerJust write objects.cache file once.
2013-12-09 Gunnar BeutnerImprove error messages for the check result reader.
2013-12-09 Gunnar BeutnerFix incorrect value for the triggered_by_id column.
2013-12-06 Markus FroschDebian: Make sure to enable default features due when...
2013-12-06 Gunnar BeutnerImplement scheduled downtimes.
2013-12-05 Michael FriedrichRPM: Don't re-enable disabled features on update, prope...
2013-12-05 Gunnar BeutnerMerge branch 'feature/timeperiod-fixes-5268' into next
2013-12-05 Gunnar BeutnerRename one of the example timeperiods.
2013-12-05 Gunnar BeutnerMake sure that TimePeriod segments are being merged...
2013-12-05 Michael FriedrichDB IDO: Fix reconnect config/status inserts.
2013-12-05 Gunnar BeutnerSet rlimits in the Application class (rather than in...
2013-12-05 Gunnar BeutnerMake status.dat/objects.cache interval configurable.
2013-12-05 Gunnar BeutnerAdd unit test for Stream::ReadLine.
2013-12-05 Gunnar BeutnerMake ICINGA2_{USER,GROUP,COMMAND_USER,COMMAND_GROUP...
2013-12-04 Markus FroschDebian: Made creation of icinga-version.h.fallback...
2013-12-04 Markus FroschDebian: Fixed config check and changed DAEMON_ARGS...
2013-12-04 Markus FroschDebian: Made handling of features-enabled respecting...
2013-12-04 Gunnar BeutnerMerge branch 'feature/constants-4946' into next
2013-12-04 Gunnar BeutnerFix: display_name property doesn't work for hosts.
2013-12-04 Gunnar BeutnerImplement support for constants in the config parser.
2013-12-04 Gunnar BeutnerRemove Windows example config.
2013-12-04 Gunnar BeutnerImplement support for making script variables constant.
2013-12-04 Gunnar BeutnerFix leak in the config parser.
2013-12-03 Gunnar BeutnerSpeed up config compiler.
2013-12-03 Michael FriedrichMerge branch 'feature/release-0-0-5-5254' into next v0.0.5
2013-12-03 Michael FriedrichClean up configs.
2013-12-03 Michael FriedrichUpdate version to 0.0.5.
2013-12-03 Michael FriedrichUpdate ChangeLog.
2013-12-02 Gunnar BeutnerAdd context information to PerfdataWriter::CheckResultH...
2013-12-02 Gunnar BeutnerAvoid temporary String objects in PerfdataValue::Format.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerFix compiler warning for Utility::GlobRecursive.
2013-12-02 Gunnar BeutnerAvoid using dynamic_pointer_cast when possible.
2013-12-02 Gunnar BeutnerFurther decrease WQ lock contention.
2013-12-02 Gunnar BeutnerImprove compatibility with -fvisibility=hidden.
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-12-02 Gunnar BeutnerChange default build type to 'Release'.
2013-12-02 Gunnar BeutnerFix WorkQueue lock contention.
2013-11-29 Gunnar BeutnerFix compiler warning.
2013-11-29 Gunnar BeutnerIncrease default work queue size.
2013-11-29 Gunnar BeutnerFix indentation in CompatUtility::GetServiceNotification*
2013-11-29 Gunnar BeutnerImplement include_recursive config directive.
2013-11-29 Michael FriedrichDocumentation: Fix service dependency example.
2013-11-28 Gunnar BeutnerFix initial check schedule.
2013-11-28 Gunnar BeutnerFix deadlock when rescheduling checks.
2013-11-28 Michael FriedrichAdd generic-user template.
2013-11-28 Gunnar BeutnerRenice child processes.
2013-11-28 Gunnar BeutnerMerge branch 'feature/fix-ido-queries-5235' into next
2013-11-28 Gunnar BeutnerImplement workqueue statistics.
2013-11-28 Gunnar BeutnerImprove IDO query performance.
2013-11-28 Gunnar BeutnerRemove unnecessary host config update.
2013-11-28 Gunnar BeutnerMake sure IDO reconnect attempts don't recurse.
2013-11-27 Michael FriedrichFix command name with special chars not being migrated.
2013-11-27 Markus FroschDebian: doing cmake before clean to include icinga...
2013-11-27 Gunnar BeutnerFix some more RPM warnings.
2013-11-27 Michael FriedrichMigration: Fix timeperiod object name stripping.
2013-11-27 Gunnar BeutnerMake object, type and variable names case-sensitive.
2013-11-27 Gunnar BeutnerAdd sysconf dir to the version info message.
2013-11-27 Gunnar BeutnerFix icinga-version.h in dist tarballs.
2013-11-27 Gunnar BeutnerMerge branch 'feature/mail-notifications-5224' into...
2013-11-27 Gunnar BeutnerUse a shell script for the mail-service-notification...
2013-11-27 Gunnar BeutnerImplement IcingaSysconfDir variable.
2013-11-26 Gunnar BeutnerMerge branch 'feature/vagrant-test-4635' into next
2013-11-26 Gunnar BeutnerImprove bug messages.
2013-11-26 Gunnar BeutnerRemove unused file.
2013-11-26 Gunnar BeutnerAdd test script for Jenkins.
2013-11-26 Gunnar BeutnerFix file permissions for /var/*/icinga2 and /etc/icinga.
2013-11-26 Gunnar BeutnerMerge branch 'feature/modified-attributes-4746' into...
2013-11-26 Gunnar BeutnerUpdate documentation.
2013-11-26 Gunnar BeutnerImplement override_check_period.
2013-11-26 Gunnar BeutnerImplement override_max_check_attempts.
2013-11-26 Gunnar BeutnerImplement override_check_command.
2013-11-26 Gunnar BeutnerImplement override_event_command.
2013-11-26 Gunnar BeutnerImplement override_enable_perfdata.
next