[Pkg-nagios-changes] [pkg-icinga2] branch upstream updated (e192c30 -> 4a0350e)
Alexander Wirt
formorer at debian.org
Thu Sep 18 06:04:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch upstream
in repository pkg-icinga2.
from e192c30 Imported Upstream version 2.1.0
new 4a0350e Imported Upstream version 2.1.1
The 1 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:
AUTHORS | 3 +
CMakeLists.txt | 18 +++
ChangeLog | 41 ++++++
INSTALL.md | 1 +
components/checker/CMakeLists.txt | 10 +-
components/checker/checkercomponent.cpp | 2 +-
components/compat/CMakeLists.txt | 12 +-
components/compat/checkresultreader.cpp | 2 +-
components/compat/compatlogger.cpp | 6 +-
components/compat/externalcommandlistener.cpp | 6 +-
components/compat/statusdatawriter.cpp | 24 ++--
components/db_ido_mysql/CMakeLists.txt | 10 +-
components/db_ido_mysql/idomysqlconnection.cpp | 2 +-
components/db_ido_pgsql/CMakeLists.txt | 10 +-
components/db_ido_pgsql/idopgsqlconnection.cpp | 6 +-
components/demo/CMakeLists.txt | 10 +-
components/livestatus/CMakeLists.txt | 12 +-
components/livestatus/commandstable.cpp | 6 +-
components/livestatus/commentstable.cpp | 4 +-
components/livestatus/contactgroupstable.cpp | 2 +-
components/livestatus/contactstable.cpp | 2 +-
components/livestatus/downtimestable.cpp | 2 +-
components/livestatus/endpointstable.cpp | 2 +-
components/livestatus/hostgroupstable.cpp | 2 +-
components/livestatus/hoststable.cpp | 2 +-
components/livestatus/livestatuslistener.cpp | 4 +-
components/livestatus/servicegroupstable.cpp | 2 +-
components/livestatus/servicestable.cpp | 2 +-
components/livestatus/statustable.cpp | 4 +-
components/livestatus/timeperiodstable.cpp | 2 +-
components/notification/CMakeLists.txt | 10 +-
components/notification/notificationcomponent.cpp | 4 +-
components/perfdata/CMakeLists.txt | 10 +-
components/perfdata/graphitewriter.cpp | 5 +-
components/perfdata/perfdatawriter.cpp | 2 +-
config.h.cmake | 5 +
doc/1-about.md | 93 +++++-------
doc/2-getting-started.md | 166 +++++++++++++++++++---
doc/3-monitoring-basics.md | 165 ++++++++++++++++++---
doc/6-configuring-icinga-2.md | 34 ++++-
etc/initsystem/icinga2.init.d.cmake | 23 ++-
icinga2.spec | 9 +-
itl/command-plugins.conf | 10 +-
itl/manubulon | 2 +-
lib/base/CMakeLists.txt | 12 +-
lib/base/application.cpp | 12 ++
lib/base/debug.hpp | 2 +-
lib/{config => base}/debuginfo.cpp | 11 +-
lib/{config => base}/debuginfo.hpp | 14 +-
lib/base/dynamicobject.cpp | 10 ++
lib/base/dynamicobject.hpp | 6 +
lib/base/dynamicobject.ti | 2 +-
lib/base/dynamictype.cpp | 5 +-
lib/base/dynamictype.hpp | 2 +-
lib/base/exception.cpp | 33 +++--
lib/base/exception.hpp | 12 +-
lib/base/fifo.cpp | 6 +-
lib/base/filelogger.cpp | 2 +-
lib/base/i2-base.hpp | 4 +-
lib/base/initialize.hpp | 4 +-
lib/base/process.cpp | 61 ++++----
lib/base/scriptfunctionwrapper.hpp | 2 +-
lib/base/stacktrace.cpp | 2 +-
lib/base/sysloglogger.cpp | 2 +-
lib/base/threadpool.cpp | 12 +-
lib/base/threadpool.hpp | 8 +-
lib/base/tlsstream.cpp | 18 ++-
lib/base/tlsstream.hpp | 3 +-
lib/base/tlsutility.hpp | 2 +-
lib/base/type.hpp | 5 +-
lib/base/unix.hpp | 11 ++
lib/base/utility.cpp | 24 ++--
lib/base/utility.hpp | 14 +-
lib/base/value-operators.cpp | 2 +-
lib/config/CMakeLists.txt | 14 +-
lib/config/aexpression.hpp | 2 +-
lib/config/applyrule.hpp | 2 +-
lib/config/base-type.conf | 8 --
lib/config/configcompiler.hpp | 2 +-
lib/config/configcompilercontext.hpp | 2 +-
lib/config/configerror.cpp | 17 +--
lib/config/configerror.hpp | 13 +-
lib/config/configitem.cpp | 5 +-
lib/config/configitembuilder.hpp | 2 +-
lib/config/objectrule.hpp | 2 +-
lib/config/typerule.hpp | 2 +-
lib/db_ido/CMakeLists.txt | 8 +-
lib/db_ido/dbconnection.cpp | 8 +-
lib/hello/CMakeLists.txt | 8 +-
lib/icinga/CMakeLists.txt | 8 +-
lib/icinga/apievents.cpp | 2 +-
lib/icinga/checkable-comment.cpp | 4 +-
lib/icinga/checkable-downtime.cpp | 4 +-
lib/icinga/checkable-notification.cpp | 2 +-
lib/icinga/cib.cpp | 8 +-
lib/icinga/compatutility.cpp | 4 +-
lib/icinga/compatutility.hpp | 2 +-
lib/icinga/dependency-apply.cpp | 4 +-
lib/icinga/dependency.cpp | 2 +-
lib/icinga/dependency.ti | 2 +-
lib/icinga/externalcommandprocessor.cpp | 20 ++-
lib/icinga/hostgroup.cpp | 2 +-
lib/icinga/icingaapplication.cpp | 2 +-
lib/icinga/icingastatuswriter.cpp | 2 +-
lib/icinga/notification-apply.cpp | 4 +-
lib/icinga/notification.cpp | 2 +-
lib/icinga/notification.ti | 2 +-
lib/icinga/pluginutility.cpp | 6 +-
lib/icinga/pluginutility.hpp | 2 +-
lib/icinga/scheduleddowntime-apply.cpp | 4 +-
lib/icinga/scheduleddowntime.cpp | 4 +-
lib/icinga/scheduleddowntime.ti | 2 +-
lib/icinga/service-apply.cpp | 2 +-
lib/icinga/service.cpp | 2 +-
lib/icinga/service.ti | 2 +-
lib/icinga/servicegroup.cpp | 2 +-
lib/icinga/timeperiod.cpp | 2 +-
lib/icinga/usergroup.cpp | 2 +-
lib/methods/CMakeLists.txt | 8 +-
lib/methods/pluginchecktask.cpp | 10 +-
lib/remote/CMakeLists.txt | 8 +-
lib/remote/apiclient.cpp | 20 ++-
lib/remote/apilistener-sync.cpp | 4 +-
lib/remote/apilistener.cpp | 18 +--
lib/remote/endpoint.cpp | 2 +-
python/icinga2/commands/list_objects.py | 4 +-
python/icinga2/utils/debug.py | 52 ++++---
python/setup.py.cmake | 3 +-
test/CMakeLists.txt | 20 ++-
third-party/cJSON/CMakeLists.txt | 4 +
third-party/cmake/GNUInstallDirs.cmake | 68 +++++++--
third-party/execvpe/execvpe.c | 7 +-
tools/CMakeLists.txt | 1 +
tools/mkclass/CMakeLists.txt | 5 +
tools/mkclass/class_parser.yy | 29 ++--
tools/mkclass/classcompiler.cpp | 46 ++++++
tools/mkclass/classcompiler.hpp | 2 +
tools/mkunity/CMakeLists.txt | 56 ++++++++
tools/{mkclass/mkclass.cpp => mkunity/mkunity.c} | 20 +--
139 files changed, 1201 insertions(+), 439 deletions(-)
rename lib/{config => base}/debuginfo.cpp (93%)
rename lib/{config => base}/debuginfo.hpp (79%)
create mode 100644 tools/mkunity/CMakeLists.txt
copy tools/{mkclass/mkclass.cpp => mkunity/mkunity.c} (85%)
--
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