]> granicus.if.org Git - icinga2/history - lib
Update INSTALL file.
[icinga2] / lib /
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Michael FriedrichRename host.total_* runtime macros to host.num_*.
2014-05-11 Gunnar BeutnerFix another couple of compiler warnings.
2014-05-11 Gunnar BeutnerFix some more compiler warnings.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-05-10 Michael FriedrichMerge branch 'feature/is-reachable-6094' into next
2014-05-10 Michael FriedrichDB IDO: Add 'is_reachable' column to {host,service...
2014-05-10 Michael FriedrichInclude monitoring plugin commands seperately.
2014-05-10 Michael FriedrichMerge branch 'fix/db-ido-enable-signals-6151' into...
2014-05-10 Michael FriedrichModifiedAttributes for Enable* must call signals.
2014-05-10 Michael FriedrichDB IDO: Add Enable* db events.
2014-05-10 Michael FriedrichAdd OnEnablePerfdataChanged signal.
2014-05-10 Gunnar BeutnerFix scoping rules for dictionaries.
2014-05-10 Gunnar BeutnerUse a separate scope for "for" loops.
2014-05-10 Gunnar BeutnerImplement for loops.
2014-05-10 Gunnar BeutnerImplement support for arrays for the indexer operator.
2014-05-09 Gunnar BeutnerConfig validator: Make sure that objects are not abstract.
2014-05-09 Gunnar BeutnerFix an issue where expired Timer pointers caused other...
2014-05-09 Gunnar BeutnerFix deadlock when calling functions recursively.
2014-05-09 Gunnar BeutnerImplement HA for IDO connections.
2014-05-09 Gunnar BeutnerReimplement load-balancing for checks.
2014-05-09 Gunnar BeutnerApply: Inherit zone from parent object.
2014-05-09 Gunnar BeutnerRemove the ZlibStream class and the stream_bio function...
2014-05-08 Gunnar BeutnerDon't log repository messages.
2014-05-08 Gunnar BeutnerRemove zone check in ApiEvents::UpdateRepositoryAPIHandler.
2014-05-08 Gunnar BeutnerImplement timeout for anonymous ApiClient objects.
2014-05-08 Gunnar BeutnerClean up reconnect handler.
2014-05-08 Gunnar BeutnerFix missing variable assignment in Zone::CanAccessObject().
2014-05-08 Gunnar BeutnerFix incorrect function name.
2014-05-08 Gunnar BeutnerImplement aliasing support for "localhost".
2014-05-08 Gunnar BeutnerFix permissions for master zones.
2014-05-08 Gunnar BeutnerUpdate scripts and example config.
2014-05-08 Gunnar BeutnerBuild fix for RHEL.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-08 Gunnar BeutnerRun INITIALIZE_ONCE() after static initializers.
2014-05-08 Gunnar BeutnerImplement support for the "package" keyword.
2014-05-06 Gunnar BeutnerProperly shut down TLS streams.
2014-05-06 Gunnar BeutnerMake sure handles aren't inherited by the child process.
2014-05-04 Michael FriedrichDon't allow "managed" downtimes to be deleted by users.
2014-05-04 Michael FriedrichFix string conversion in CompatUtility::GetCheckableCom...
2014-05-03 Michael FriedrichAdd debug log entries for dependencies.
2014-05-03 Michael FriedrichRename Dependency 'state_filter' to 'states'.
2014-05-03 Michael FriedrichImplement CompatUtility::GetCheckableCommandArgs()...
2014-05-03 Michael FriedrichImplement summary macros e.g. $icinga.num_services_crit...
2014-05-02 Michael FriedrichMerge branch 'feature/db-ido-update-events-6051' into...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'scheduled_downtime_d...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'last_notification...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'is_flapping' on...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'next_check' on NextC...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service status on Acknowledgement...
2014-05-02 Michael FriedrichFix exception for Notification objects without checkabl...
2014-05-02 Michael FriedrichFix state_filter attribute validation for Depdency...
2014-05-01 Michael FriedrichMerge branch 'fix/apply-req-group-assign-6105' into...
2014-05-01 Michael FriedrichMake AddGroup() unique.
2014-05-01 Michael FriedrichAllow EvaluateRules() to keep rules for the next iteration.
2014-05-01 Michael FriedrichGroup assign requires object.groups update too (for...
2014-05-01 Michael FriedrichAdd AddGroup() for host, service, user objects.
2014-05-01 Michael FriedrichEvaluate object rules (group assign) before and after...
2014-05-01 Michael FriedrichFix dependency logging for hosts and services.
2014-05-01 Gunnar BeutnerMake Application::ReadPidFile work on Windows.
2014-05-01 Gunnar BeutnerBuild fix for Windows.
2014-04-29 Gerd von EgidyImprove error message when trying to open a config...
2014-04-29 Gunnar BeutnerMake sure that WQ threads are started after Daemonize().
2014-04-29 Gunnar BeutnerChange log level for some messages.
2014-04-29 Gunnar BeutnerRename "optional" attribute to "required" and change...
2014-04-29 Gunnar BeutnerMerge branch 'feature/improve-daemon-start-5788' into...
2014-04-29 Gerd von EgidyFix possible race when the reload-process determines...
2014-04-29 Gerd von EgidyFix handling of m_RequestRestart in RunEventLoop, impro...
2014-04-29 Gerd von EgidyFix logging during shutdown procedure.
2014-04-29 Gerd von EgidyFork new process from previous daemon on reload.
2014-04-29 Gerd von EgidyAdd --reload command-line parameter.
2014-04-29 Gerd von EgidySplit ConfigItem::ActivateItems() into ConfigItem:...
2014-04-29 Gunnar BeutnerImplement the "order" attribute for command arguments.
2014-04-28 Gunnar BeutnerAdd uptime information to the "icinga" check type.
2014-04-27 Gunnar BeutnerFix support for StatsOr and StatsAnd.
2014-04-26 Gunnar BeutnerAdd ssh_port parameter for the ssh check command.
2014-04-26 Gunnar BeutnerAdd version information to the "icinga" check task.
2014-04-26 Gunnar BeutnerImplement support for optional command arguments.
2014-04-25 Gunnar BeutnerMerge branch 'feature/cluster-5467' into next
2014-04-25 Gunnar BeutnerImplement loop detection for cluster links.
2014-04-25 Gunnar BeutnerFix deadlock in TlsStream::{Read,Write}.
2014-04-24 Michael FriedrichAdd {Host,Service}Group attributes: notes, notes_url...
2014-04-23 Gunnar BeutnerFix duplicate service contacts.
2014-04-23 Michael FriedrichFix headers.
2014-04-23 Michael FriedrichAdd group assign/ignore rules.
2014-04-23 Michael FriedrichRevert "Add group apply (creates object only once and...
2014-04-23 Michael FriedrichDB IDO: Add missing dependency attributes.
2014-04-22 Gunnar BeutnerUse fewer threads by default.
2014-04-22 Michael FriedrichDrop unused statusmap_image & coords attributes entirely.
2014-04-22 Michael FriedrichRevert "Add statusmap_image and coords host attributes."
2014-04-22 Gunnar BeutnerMake the debug log less spammy.
2014-04-22 Gunnar BeutnerBuild fix for OS X.
2014-04-21 Gunnar BeutnerImplement support for environment variables on Windows.
2014-04-21 Gunnar BeutnerImplement Windows support for the Process class.
2014-04-20 Gunnar BeutnerBuild fix for Clang >= 3.4.
2014-04-20 Gunnar BeutnerMake sure the installer doesn't overwrite config files.
2014-04-20 Gunnar BeutnerFix crash in Timer::AdjustTimers.
2014-04-18 Gunnar BeutnerAdd agent setup wizard for Windows.
2014-04-18 Gunnar BeutnerFix NSIS installer and Windows service.
2014-04-17 Michael FriedrichResolve runtime macros recursively in *_url, notes...
next