[Pkg-nagios-changes] [pkg-icinga2] branch upstream updated (a6ccd18 -> 2f7dcb6)
Alexander Wirt
formorer at debian.org
Mon Jul 14 07:13:57 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 a6ccd18 Imported Upstream version 2.0.0
adds dba1572 Imported Upstream version 2.0.1
adds a7eda24 Revert "Imported Upstream version 2.0.1"
adds 22e4446 Merge branch 'upstream' of git.debian.org:/git/pkg-nagios/pkg-icinga2 into upstream
adds 2f7dcb6 Imported Upstream version 2.0.1
No new revisions were added by this update.
Summary of changes:
AUTHORS | 1 +
CMakeLists.txt | 1 +
ChangeLog | 41 +++++++-
INSTALL | 6 +-
{third-party/cmake => cmake}/InstallConfig.cmake | 17 ++++
components/compat/externalcommandlistener.cpp | 6 +-
components/db_ido_mysql/CMakeLists.txt | 4 +-
components/db_ido_mysql/idomysqlconnection.cpp | 4 +-
components/db_ido_pgsql/idopgsqlconnection.cpp | 20 ++--
components/livestatus/attributefilter.cpp | 8 +-
components/livestatus/commandstable.cpp | 5 +
components/livestatus/commandstable.hpp | 1 +
components/livestatus/commentstable.cpp | 5 +
components/livestatus/commentstable.hpp | 1 +
components/livestatus/contactgroupstable.cpp | 5 +
components/livestatus/contactgroupstable.hpp | 1 +
components/livestatus/contactstable.cpp | 5 +
components/livestatus/contactstable.hpp | 1 +
components/livestatus/downtimestable.cpp | 5 +
components/livestatus/downtimestable.hpp | 1 +
components/livestatus/endpointstable.cpp | 5 +
components/livestatus/endpointstable.hpp | 1 +
components/livestatus/hostgroupstable.cpp | 5 +
components/livestatus/hostgroupstable.hpp | 1 +
components/livestatus/hoststable.cpp | 5 +
components/livestatus/hoststable.hpp | 1 +
components/livestatus/livestatusquery.cpp | 47 ++++++++-
components/livestatus/livestatusquery.hpp | 6 +-
components/livestatus/logtable.cpp | 5 +
components/livestatus/logtable.hpp | 1 +
components/livestatus/servicegroupstable.cpp | 5 +
components/livestatus/servicegroupstable.hpp | 1 +
components/livestatus/servicestable.cpp | 5 +
components/livestatus/servicestable.hpp | 1 +
components/livestatus/statehisttable.cpp | 5 +
components/livestatus/statehisttable.hpp | 1 +
components/livestatus/statustable.cpp | 5 +
components/livestatus/statustable.hpp | 1 +
components/livestatus/table.cpp | 11 +-
components/livestatus/table.hpp | 1 +
components/livestatus/timeperiodstable.cpp | 5 +
components/livestatus/timeperiodstable.hpp | 1 +
components/notification/notificationcomponent.cpp | 4 +
contrib/icinga2-setup-agent.cmake | 4 +-
doc/1-about.md | 43 +++++++-
doc/3-monitoring-basics.md | 47 +++++----
doc/6-configuring-icinga-2.md | 90 +++++++++++++++--
etc/initsystem/CMakeLists.txt | 13 ++-
etc/initsystem/icinga2.service.cmake | 4 +-
icinga-app/icinga.cpp | 16 +--
icinga2.spec | 4 +-
itl/command-plugins.conf | 76 ++++++++++++++
lib/base/application.cpp | 2 +-
lib/base/dynamicobject.cpp | 2 +-
lib/base/process.cpp | 9 +-
lib/base/socket.cpp | 16 ++-
lib/base/socket.hpp | 2 +-
lib/base/stacktrace.cpp | 5 +-
lib/base/tlsutility.cpp | 2 +-
lib/base/utility.cpp | 67 ------------
lib/base/utility.hpp | 2 -
lib/icinga/dependency.cpp | 57 ++++++-----
lib/icinga/dependency.hpp | 3 +
lib/icinga/notification.cpp | 2 +-
lib/icinga/user.cpp | 19 +++-
lib/icinga/user.hpp | 5 +
lib/icinga/user.ti | 6 +-
lib/remote/apiclient.cpp | 14 ++-
lib/remote/apiclient.hpp | 4 +
lib/remote/apilistener.cpp | 26 +++--
lib/remote/apilistener.hpp | 2 +-
lib/remote/endpoint.ti | 1 +
pki/icinga2-build-ca.cmake | 2 +-
pki/icinga2-sign-key.cmake | 5 +-
third-party/cmake/FindMYSQL.cmake | 47 ---------
third-party/cmake/FindMySQL.cmake | 118 ++++++++++++++++++++++
third-party/cmake/FindPostgreSQL.cmake | 31 +++++-
77 files changed, 752 insertions(+), 255 deletions(-)
rename {third-party/cmake => cmake}/InstallConfig.cmake (64%)
delete mode 100644 third-party/cmake/FindMYSQL.cmake
create mode 100644 third-party/cmake/FindMySQL.cmake
--
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