]> granicus.if.org Git - icinga2/history - lib
Don't call check_run in the initscript, this function is gone.
[icinga2] / lib /
2014-06-13 Michael FriedrichReplace existing mkdir() calls with Utility::MkDir()
2014-06-13 Michael FriedrichReplace recursive implementation with a forward loop...
2014-06-12 Michael FriedrichFix syncing zones.d from etc/ to var/lib in a recursive...
2014-06-12 Michael FriedrichFix thinko with global zone sync
2014-06-11 Michael FriedrichMerge branch 'feature/global-zone-6254' into next
2014-06-11 Michael FriedrichAdd global zone identifier for global object/template...
2014-06-06 Michael FriedrichFix segfault with zones without endpoints on config...
2014-06-05 Michael FriedrichError messages: Use strerror() for message formatting.
2014-06-05 Michael FriedrichError messages: Gracefully handle PID file errors.
2014-06-05 Michael FriedrichError Messages: Catch and log all Socket class exceptions.
2014-06-05 Michael FriedrichError Messages: Catch boost::regex exceptions.
2014-06-05 Michael FriedrichError messages: Add logging to Socket class.
2014-06-05 Michael FriedrichError messages: Fix Logger exceptions.
2014-06-05 Michael FriedrichError messages: Enable logging in TlsStream class.
2014-06-05 Michael FriedrichError messages: Catch all SSL/TLS exceptions in ApiList...
2014-06-05 Michael FriedrichError messages: Fix ApiListener.
2014-06-05 Michael FriedrichError Messages: Deal with socket exceptions.
2014-06-04 Michael FriedrichUse hostname if fqdn is empty for NodeName.
2014-06-02 Michael FriedrichRemove unused member variable: DynamicObject::m_Privileges.
2014-06-01 Gunnar BeutnerUse AF_UNSPEC for Bind() calls.
2014-05-28 Gunnar BeutnerFix a situation where some threadpool work items are...
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libdb_ido.
2014-05-28 Michael FriedrichFix AExpression log message.
2014-05-28 Michael FriedrichChange log message identifier for libremote.
2014-05-28 Michael FriedrichChange log message identifier for libmethods.
2014-05-28 Michael FriedrichChange log message identifier for libicinga.
2014-05-28 Michael FriedrichChange log message identifier for libconfig.
2014-05-28 Michael FriedrichChange log message identifier for libbase.
2014-05-28 Gunnar BeutnerFix missing timer events.
2014-05-28 Gunnar BeutnerRemove thread names from log messages.
2014-05-27 Gunnar BeutnerRemove icinga::ErrorInformation.
2014-05-27 Gunnar BeutnerUse Utility::GetFQDN for the NodeName variable.
2014-05-27 Gunnar BeutnerSplit Utility::GetHostName into two functions.
2014-05-27 Michael FriedrichFix removal of expired ScheduledDowntimes.
2014-05-26 Michael FriedrichFix check statistics are mixing host/service checks.
2014-05-26 Gunnar BeutnerMake sure that Utility::GetHostName() returns an FQDN.
2014-05-26 Gunnar BeutnerRemove the keep_alive attribute.
2014-05-26 Gunnar BeutnerMake the output of the cluster check more readable.
2014-05-26 Gunnar BeutnerMake sure Application::InitializeBase() when RLIMIT_NOF...
2014-05-25 Gunnar BeutnerImplement the "cluster-zone" check task.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-25 Michael FriedrichFix incorrect host state change logs.
2014-05-23 Gunnar BeutnerImprove log messages.
2014-05-23 Gunnar BeutnerImprove log messages for the Process class.
2014-05-23 Gunnar BeutnerFix config sync problem.
2014-05-23 Gunnar BeutnerRename --debug to --log-level.
2014-05-23 Michael FriedrichMove ApiListener timer logs to 'notice'.
2014-05-23 Gunnar BeutnerChange the default number of threads for the ThreadPool...
2014-05-23 Michael FriedrichAdd debug log severity for console logger.
2014-05-23 Gunnar BeutnerFix compiler warnings.
2014-05-23 Gunnar BeutnerClose inherited FDs.
2014-05-22 Michael FriedrichMove more log messages to 'notice' severity.
2014-05-22 Michael FriedrichFix null ptr exception in Zone::GetLocalZone()
2014-05-22 Gunnar BeutnerWindows build fix.
2014-05-22 Michael FriedrichFix debug output for Api* connection errors.
2014-05-22 Michael FriedrichRemove authorities leftover.
2014-05-22 Michael FriedrichChange the most chatting log messages to 'notice' severity.
2014-05-22 Michael FriedrichExtract exception error info message.
2014-05-22 Michael FriedrichMake critical connection errors readable in ApiListener.
2014-05-22 Michael FriedrichAdd 'notice' severity to *Logger.
2014-05-22 Gunnar BeutnerMake sort order for Utility::{Glob,GlobRecursive} deter...
2014-05-22 Gunnar BeutnerFix logrotate config.
2014-05-22 Gunnar BeutnerFix compiler warnings.
2014-05-22 Gunnar BeutnerUse the right CheckResult object for commands.
2014-05-20 Michael FriedrichFix cluster check output.
2014-05-20 Michael FriedrichFix the current zone master log message.
2014-05-19 Michael FriedrichAdd MessageOrigin to OnVarsChanged.
2014-05-19 Michael FriedrichUse CustomVarObject instead of DynamicObject for all...
2014-05-19 Gunnar BeutnerFix command timeout.
2014-05-19 Gunnar BeutnerFix deadlock in db_ido.
2014-05-18 Gunnar BeutnerMerge branch 'feature/systemd-reload-6118' into next
2014-05-18 Gerd von EgidyAdd Process::GetPID and make it work on Unix and Windows.
2014-05-18 Gerd von EgidyUnlink the pidfile when we really shutdown (not reload).
2014-05-18 Gerd von EgidyProof of concept how a real reload-handling with system...
2014-05-18 Gunnar BeutnerParallellize restoring objects from the state file.
2014-05-17 Gunnar BeutnerExecute apply/object rules in parallel.
2014-05-17 Gunnar BeutnerSet parent_host_name in Dependency objects to the host...
2014-05-17 Gunnar BeutnerBuild fix for Windows.
2014-05-15 Gunnar BeutnerImplement timestamps for zone configs.
2014-05-15 Gunnar BeutnerImplement "accept_config" attribute.
2014-05-13 Gunnar BeutnerImplement the config::Update message.
2014-05-13 Gunnar BeutnerImplicitly set zone attribute for files includes from...
2014-05-13 Gunnar BeutnerImplement support for the zones.d config directory.
2014-05-12 Michael FriedrichAdd command namespace {check_,event_,notification_...
2014-05-12 Gunnar BeutnerRename the function, return and for keywords and remove...
2014-05-12 Gunnar BeutnerImprove error message when execvpe() fails.
2014-05-12 Gunnar BeutnerDon't use colors for the whole log message.
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.
next