[Pkg-nagios-changes] [pkg-icinga2] branch debmon-jessie updated (01bde84 -> 03eed3d)

Alexander Wirt formorer at debian.org
Mon Nov 2 13:02:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

formorer pushed a change to branch debmon-jessie
in repository pkg-icinga2.

      from  01bde84   Merge branch 'master' into debmon-jessie
      adds  b9e26af   Change ido database name/user to icinga2 for new installations
      adds  6d4fa9d   Imported Upstream version 2.3.11
      adds  ef0bc48   Merge tag 'upstream/2.3.11'
      adds  3d1d22f   Finalize changelog
       new  03eed3d   Merge branch 'master' into debmon-jessie

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                                       |   7 +-
 CMakeLists.txt                                |   4 +-
 ChangeLog                                     |  61 ++++++++
 RELEASE.md                                    |   6 +-
 debian/changelog                              |   9 +-
 debian/icinga2-ido-mysql.config               |   3 +
 debian/icinga2-ido-pgsql.config               |   2 +
 doc/1-about.md                                |  61 ++++++++
 doc/10-icinga2-client.md                      |  35 +++--
 doc/12-distributed-monitoring-ha.md           |  36 +++--
 doc/13-addons-plugins.md                      |  46 ++++--
 doc/16-troubleshooting.md                     |  33 ++++-
 doc/19-language-reference.md                  |   2 +-
 doc/2-getting-started.md                      |  90 +++++++++++-
 doc/20-library-reference.md                   |  20 ++-
 doc/21-debug.md                               |  21 ++-
 doc/3-monitoring-basics.md                    |  23 +++
 doc/5-advanced-topics.md                      |  21 +--
 doc/6-object-types.md                         |  39 ++++-
 doc/7-icinga-template-library.md              | 153 ++++++++++++++++++-
 icinga2.nuspec                                |   2 +-
 icinga2.spec                                  |   2 +-
 itl/command-plugins-windows.conf              |   1 +
 itl/command-plugins.conf                      |  60 +++++++-
 itl/plugins-contrib.d/CMakeLists.txt          |   2 +-
 itl/plugins-contrib.d/hardware.conf           |  80 ++++++++++
 itl/plugins-contrib.d/network-components.conf | 177 ++++++++++++++++++++++
 itl/plugins-contrib.d/web.conf                |  49 +++++++
 lib/base/array-script.cpp                     |   8 +
 lib/base/array.cpp                            |  11 ++
 lib/base/array.hpp                            |   2 +
 lib/base/process.cpp                          |   2 +-
 lib/base/scriptutils.cpp                      |   6 +
 lib/base/socketevents.cpp                     |   8 +-
 lib/base/stream.cpp                           |   4 +-
 lib/base/stream.hpp                           |   4 +-
 lib/base/string-script.cpp                    |   7 +
 lib/base/string.hpp                           |  22 +++
 lib/base/tlsstream.cpp                        |  10 +-
 lib/base/tlsutility.cpp                       |   2 +-
 lib/base/utility.cpp                          | 130 +++++++++++++++++
 lib/base/utility.hpp                          |   4 +
 lib/base/value-operators.cpp                  |   8 +-
 lib/base/value.hpp                            |   2 +-
 lib/base/workqueue.cpp                        |   4 +-
 lib/base/workqueue.hpp                        |   2 +-
 lib/compat/checkresultreader.cpp              |  42 +++---
 lib/config/config_lexer.ll                    |   6 +-
 lib/config/config_parser.yy                   |   8 +
 lib/config/configcompiler.cpp                 |   2 +-
 lib/config/configcompiler.hpp                 |   2 +-
 lib/config/expression.cpp                     |  27 +---
 lib/config/vmops.hpp                          |   4 +-
 lib/db_ido/dbconnection.cpp                   |  37 +----
 lib/db_ido/dbevents.cpp                       |   2 +-
 lib/db_ido/dbobject.cpp                       |  10 +-
 lib/db_ido_mysql/idomysqlconnection.cpp       |   4 +-
 lib/icinga/dependency-apply.cpp               |   4 +-
 lib/icinga/macroprocessor.cpp                 | 202 +++++++++++++++++++++++++-
 lib/icinga/macroprocessor.hpp                 |  13 +-
 lib/icinga/notification-apply.cpp             |   4 +-
 lib/icinga/perfdatavalue.cpp                  |   2 +-
 lib/icinga/pluginutility.cpp                  | 193 +++---------------------
 lib/icinga/pluginutility.hpp                  |   3 -
 lib/icinga/scheduleddowntime-apply.cpp        |   4 +-
 lib/icinga/service-apply.cpp                  |   4 +-
 lib/livestatus/livestatuslistener.cpp         |   3 +-
 lib/livestatus/livestatusquery.cpp            |   2 +-
 lib/methods/clusterzonechecktask.cpp          |  16 +-
 lib/perfdata/opentsdbwriter.cpp               |  38 ++---
 lib/perfdata/opentsdbwriter.hpp               |   4 +-
 lib/remote/apiclient.cpp                      |   2 +-
 lib/remote/apilistener.cpp                    |  61 ++++++--
 lib/remote/apilistener.hpp                    |   3 +
 test/config-ops.cpp                           |   4 +
 tools/chocolateyInstall.ps1                   |   2 +-
 76 files changed, 1567 insertions(+), 422 deletions(-)
 create mode 100644 itl/plugins-contrib.d/hardware.conf

-- 
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