[Pkg-nagios-changes] [pkg-icinga2] branch ubuntu-noma updated (5ee0adb -> ac3f896)
Alexander Wirt
formorer at debian.org
Tue May 17 12:35:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch ubuntu-noma
in repository pkg-icinga2.
from 5ee0adb Merge branch 'master' into ubuntu-noma
new c734d9e Imported Upstream version 2.4.8
new da8e6b6 Merge tag 'upstream/2.4.8'
new 4476491 Finalize changelog
new ac3f896 Merge branch 'master' into ubuntu-noma
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.mailmap | 1 +
AUTHORS | 3 +-
ChangeLog | 45 +++++++++
RELEASE.md | 27 +++--
changelog.py | 16 ++-
debian/changelog | 8 +-
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 | 45 +++++----
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, 795 insertions(+), 315 deletions(-)
copy lib/base/number-script.cpp => itl/plugins-contrib.d/icingacli.conf (65%)
--
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