[Pkg-nagios-changes] [pkg-icinga2] branch debmon-wheezy updated (18b1534 -> 6862c33)
Alexander Wirt
formorer at debian.org
Mon Jan 12 19:47:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch debmon-wheezy
in repository pkg-icinga2.
from 18b1534 Merge branch 'master' into debmon-wheezy
adds 89b506f Imported Upstream version 2.2.2
adds aa2b2fa Merge tag 'upstream/2.2.2'
adds b04381a Let icinga2-classicui depend on icinga2-bin
adds 8928097 Add dutch debconf translation
adds 7973e4e Remove unsupported options from default file
adds d8e832f Also install upgrade files to /usr/share
adds 3b08f9d Remove obsolete configuration option
adds adde104 Fix intendation in rules file
adds bb53657 python-icinga2 is no more, cleanup copyright and gitignore file
adds a1478f3 Remove some debug from icinga2-classicui.postinst
adds cccaa55 Finalize changelog
adds b7d95ad cleanup changelog
new 937ec46 Merge branch 'master' into debmon-wheezy
adds ec8d305 Fix binary-only builds
adds d0dd3e5 Changelog for 2.2.2-2
adds c33e9ae Imported Upstream version 2.2.3
adds e63c8fd Merge tag 'upstream/2.2.3'
adds b969f5b Finalize changelog
new c9d71cd Merge branch 'master' into debmon-wheezy
new 6862c33 Update rules
The 3 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 | 1 +
ChangeLog | 63 ++++
INSTALL.md | 46 +--
debian/.gitignore | 1 -
debian/changelog | 28 +-
debian/control | 1 +
debian/copyright | 23 --
debian/icinga2-classicui.postinst | 2 -
debian/icinga2-common.icinga2.default | 4 -
debian/icinga2-ido-mysql.install | 1 +
debian/icinga2-ido-pgsql.install | 1 +
debian/po/{pt_BR.po => nl.po} | 57 +--
debian/rules | 4 +-
doc/1-about.md | 63 ++++
doc/2-getting-started.md | 4 +-
doc/3-troubleshooting.md | 38 +-
doc/4-monitoring-basics.md | 38 +-
doc/5-monitoring-remote-systems.md | 45 +++
doc/7-configuring-icinga-2.md | 11 +-
doc/9-appendix.md | 8 +-
etc/icinga/icinga-classic-apache.conf.cmake | 60 +--
etc/initsystem/CMakeLists.txt | 2 +-
etc/initsystem/icinga2.init.d.cmake | 14 +-
etc/initsystem/icinga2.service.cmake | 2 +-
etc/initsystem/safe-reload | 40 ++
icinga-app/icinga.cpp | 4 +-
icinga2.spec | 46 ++-
itl/command-plugins-manubulon.conf | 2 +
itl/command-plugins.conf | 2 +
lib/base/application.cpp | 25 +-
lib/base/application.hpp | 1 +
lib/base/primitivetype.cpp | 4 +-
lib/base/primitivetype.hpp | 16 +-
lib/base/scriptfunction.cpp | 3 +
lib/base/scriptfunction.hpp | 2 +-
lib/base/scriptutils.cpp | 30 +-
lib/base/threadpool.cpp | 10 +-
lib/base/timer.hpp | 8 +-
lib/base/tlsstream.cpp | 11 +-
lib/base/tlsstream.hpp | 2 +
lib/base/utility.cpp | 59 +++
lib/base/utility.hpp | 3 +
lib/cli/daemoncommand.cpp | 4 +
lib/cli/nodeupdateconfigcommand.cpp | 409 +++++++++++----------
lib/cli/nodeutility.cpp | 27 +-
lib/cli/nodeutility.hpp | 2 +-
lib/cli/nodewizardcommand.cpp | 2 +-
lib/cli/objectlistcommand.cpp | 2 -
lib/cli/pkiutility.cpp | 24 +-
lib/cli/repositoryutility.cpp | 47 ++-
lib/cli/repositoryutility.hpp | 5 +
lib/compat/compatlogger.cpp | 1 +
lib/compat/statusdatawriter.cpp | 7 +-
lib/db_ido/dbevents.cpp | 48 +++
lib/db_ido/dbevents.hpp | 2 +
lib/db_ido/hostdbobject.cpp | 1 +
lib/db_ido/servicedbobject.cpp | 1 +
lib/db_ido_mysql/CMakeLists.txt | 2 +-
lib/db_ido_mysql/idomysqlconnection.cpp | 4 +-
lib/db_ido_pgsql/CMakeLists.txt | 2 +-
lib/db_ido_pgsql/idopgsqlconnection.cpp | 4 +-
lib/icinga/checkable-check.cpp | 27 +-
lib/icinga/checkable.cpp | 11 +
lib/icinga/checkable.hpp | 3 +
lib/icinga/compatutility.cpp | 2 +-
lib/icinga/icinga-type.conf | 2 +
lib/icinga/macroprocessor.cpp | 4 +-
lib/icinga/notification.cpp | 9 +-
lib/icinga/pluginutility.cpp | 16 +-
lib/livestatus/commentstable.cpp | 31 +-
lib/livestatus/commentstable.hpp | 1 +
lib/livestatus/downtimestable.cpp | 38 +-
lib/livestatus/downtimestable.hpp | 1 +
lib/remote/CMakeLists.txt | 2 +-
.../{authority.cpp => apiclient-heartbeat.cpp} | 76 ++--
lib/remote/apiclient.cpp | 3 +-
lib/remote/apiclient.hpp | 6 +
plugins/check_load.cpp | 6 +-
plugins/check_service.cpp | 24 +-
test/config/7683.conf | 27 ++
test/config/8063.conf | 53 +++
test/icinga-macros.cpp | 1 +
test/livestatus/queries/comment/comment_short | 4 +
test/livestatus/queries/downtime/downtime_short | 4 +
test/test.cpp | 3 +-
tools/debug/gdb/gdbinit | 2 +-
tools/mkclass/classcompiler.cpp | 5 +-
88 files changed, 1237 insertions(+), 504 deletions(-)
copy debian/po/{pt_BR.po => nl.po} (57%)
create mode 100644 etc/initsystem/safe-reload
copy lib/remote/{authority.cpp => apiclient-heartbeat.cpp} (50%)
create mode 100644 test/config/7683.conf
create mode 100644 test/config/8063.conf
create mode 100644 test/livestatus/queries/comment/comment_short
create mode 100644 test/livestatus/queries/downtime/downtime_short
--
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