[Pkg-nagios-changes] [pkg-icinga2] 04/04: Merge branch 'master' into debmon-jessie
Alexander Wirt
formorer at debian.org
Tue May 17 12:35:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
formorer pushed a commit to branch debmon-jessie
in repository pkg-icinga2.
commit 71800e3b0c59fe22f5e4f272436b3916c92c520b
Merge: d067751 4476491
Author: Alexander Wirt <alexander.wirt at credativ.de>
Date: Tue May 17 13:49:24 2016 +0200
Merge branch 'master' into debmon-jessie
.mailmap | 1 +
AUTHORS | 3 +-
ChangeLog | 45 +++++++++
RELEASE.md | 27 +++--
changelog.py | 16 ++-
debian/changelog | 10 +-
doc/1-about.md | 45 +++++++++
doc/19-library-reference.md | 4 +-
doc/3-monitoring-basics.md | 6 +-
doc/6-object-types.md | 8 +-
doc/7-icinga-template-library.md | 17 ++++
doc/9-icinga2-api.md | 22 +++++
icinga2.nuspec | 2 +-
icinga2.spec | 2 +-
itl/command-plugins.conf | 2 +-
itl/plugins-contrib.d/CMakeLists.txt | 2 +-
.../plugins-contrib.d/icingacli.conf | 39 +++++---
lib/base/application.cpp | 28 +++++-
lib/base/application.hpp | 8 ++
lib/base/configobject.cpp | 21 ++--
lib/base/dependencygraph.cpp | 15 ++-
lib/base/logger.cpp | 17 +++-
lib/base/logger.hpp | 2 +
lib/base/tlsstream.cpp | 5 +-
lib/base/tlsutility.cpp | 42 +++++---
lib/base/utility.cpp | 5 +-
lib/checker/checkercomponent.cpp | 2 +-
lib/checker/checkercomponent.ti | 5 +
lib/cli/daemoncommand.cpp | 3 +
lib/cli/daemonutility.cpp | 4 +
lib/cli/pkiutility.cpp | 4 +-
lib/compat/externalcommandlistener.cpp | 13 ++-
lib/compat/statusdatawriter.cpp | 6 +-
lib/config/configitem.cpp | 40 +++++++-
lib/config/configitem.hpp | 6 +-
lib/db_ido/dbconnection.cpp | 22 +++--
lib/db_ido/dbconnection.hpp | 3 +-
lib/db_ido/dbevents.cpp | 8 +-
lib/db_ido/dbquery.hpp | 3 +-
lib/db_ido/hostdbobject.cpp | 4 +-
lib/db_ido/servicedbobject.cpp | 4 +-
lib/db_ido_mysql/idomysqlconnection.cpp | 18 +++-
lib/db_ido_pgsql/idopgsqlconnection.cpp | 18 +++-
lib/icinga/checkable-check.cpp | 36 +++----
lib/icinga/checkable-downtime.cpp | 4 +-
lib/icinga/checkable.hpp | 10 +-
lib/icinga/checkresult.cpp | 15 +++
lib/icinga/checkresult.hpp | 3 +
lib/icinga/cib.cpp | 14 ++-
lib/icinga/comment.cpp | 4 +
lib/icinga/comment.ti | 2 +-
lib/icinga/dependency.ti | 4 +-
lib/icinga/downtime.cpp | 11 ++-
lib/icinga/downtime.hpp | 2 +-
lib/icinga/downtime.ti | 2 +-
lib/icinga/externalcommandprocessor.cpp | 109 ++++++++++++++-------
lib/icinga/externalcommandprocessor.hpp | 2 +
lib/icinga/host.cpp | 4 +-
lib/icinga/legacytimeperiod.cpp | 6 +-
lib/icinga/notification.ti | 2 +-
lib/icinga/scheduleddowntime.cpp | 3 +
lib/icinga/scheduleddowntime.ti | 2 +-
lib/icinga/service.cpp | 4 +-
lib/livestatus/downtimestable.cpp | 2 +-
lib/livestatus/hoststable.cpp | 14 ++-
lib/livestatus/servicestable.cpp | 14 ++-
lib/methods/icingachecktask.cpp | 9 +-
lib/methods/pluginchecktask.cpp | 4 +
lib/perfdata/graphitewriter.cpp | 8 +-
lib/perfdata/opentsdbwriter.cpp | 4 +-
lib/perfdata/perfdatawriter.cpp | 7 +-
lib/remote/actionshandler.cpp | 4 +-
lib/remote/actionshandler.hpp | 3 +-
lib/remote/apilistener.cpp | 3 +
lib/remote/apilistener.hpp | 3 +
lib/remote/authority.cpp | 51 ++++++----
lib/remote/configfileshandler.cpp | 4 +-
lib/remote/configfileshandler.hpp | 3 +-
lib/remote/configobjectutility.cpp | 9 +-
lib/remote/configpackageshandler.cpp | 14 +--
lib/remote/configpackageshandler.hpp | 12 ++-
lib/remote/configstageshandler.cpp | 20 ++--
lib/remote/configstageshandler.hpp | 12 ++-
lib/remote/consolehandler.cpp | 5 +-
lib/remote/consolehandler.hpp | 3 +-
lib/remote/createobjecthandler.cpp | 22 ++++-
lib/remote/createobjecthandler.hpp | 3 +-
lib/remote/deleteobjecthandler.cpp | 4 +-
lib/remote/deleteobjecthandler.hpp | 3 +-
lib/remote/eventshandler.cpp | 4 +-
lib/remote/eventshandler.hpp | 3 +-
lib/remote/filterutility.cpp | 5 +-
lib/remote/httphandler.cpp | 13 ++-
lib/remote/httphandler.hpp | 2 +-
lib/remote/infohandler.cpp | 2 +-
lib/remote/infohandler.hpp | 3 +-
lib/remote/modifyobjecthandler.cpp | 4 +-
lib/remote/modifyobjecthandler.hpp | 3 +-
lib/remote/objectqueryhandler.cpp | 4 +-
lib/remote/objectqueryhandler.hpp | 3 +-
lib/remote/statushandler.cpp | 4 +-
lib/remote/statushandler.hpp | 3 +-
lib/remote/typequeryhandler.cpp | 4 +-
lib/remote/typequeryhandler.hpp | 3 +-
tools/chocolateyInstall.ps1 | 6 +-
tools/mkclass/classcompiler.cpp | 4 +-
106 files changed, 797 insertions(+), 309 deletions(-)
diff --cc debian/changelog
index 2b1350c,576211e..b0f1e3c
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,8 -1,8 +1,14 @@@
- icinga2 (2.4.7-1~debmon8+1) debmon-jessie; urgency=medium
++icinga2 (2.4.8-1~debmon8+1) debmon-jessie; urgency=medium
+
+ * Rebuild for debmon-jessie.
+
- -- Alexander Wirt <formorer at debian.org> Thu, 21 Apr 2016 19:30:18 +0200
++ -- Alexander Wirt <formorer at debian.org> Tue, 17 May 2016 13:49:12 +0200
++
+ icinga2 (2.4.8-1) unstable; urgency=medium
+
+ * [c734d9e] Imported Upstream version 2.4.8
+
+ -- Alexander Wirt <alexander.wirt at credativ.de> Tue, 17 May 2016 13:23:10 +0200
icinga2 (2.4.7-1) unstable; urgency=medium
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list