[Pkg-nagios-changes] [pkg-icinga2] branch debmon-wheezy updated (f7dffe6 -> e005088)

Markus Frosch lazyfrosch at moszumanska.debian.org
Fri Aug 29 12:57:12 UTC 2014


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

lazyfrosch pushed a change to branch debmon-wheezy
in repository pkg-icinga2.

      from  f7dffe6   Merge branch 'master' into debmon-wheezy
      adds  e1b3b50   Prefer monitoring-plugins over nagios-plugins
      adds  e192c30   Imported Upstream version 2.1.0
      adds  8213c4e   Merge tag 'upstream/2.1.0'
      adds  4e08221   Added python-icinga2 and updates for list-objects
      adds  4bd22b4   Update maintainer mail and copyright
      adds  cd79431   Add missing Python dependency macros
      adds  63d5bfb   Update gitignore
      adds  42a8707   Update lintian ignores
      adds  33ca186   Add patch 21_config_changes to change default mail
      adds  d14b9a8   Changelog for 2.1.0-1
       new  86cec6e   Merge branch 'master' into debmon-wheezy
       new  e005088   Changelog for 2.1.0-1~debmon70+1

The 2 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:
 CMakeLists.txt                                     |   1 +
 ChangeLog                                          |  61 ++
 INSTALL                                            | 182 ------
 INSTALL.md                                         | 196 +++++++
 components/compat/checkresultreader.hpp            |   2 +-
 components/compat/compatlogger.cpp                 |  62 +--
 components/compat/compatlogger.hpp                 |   6 +-
 components/compat/externalcommandlistener.cpp      |  83 ++-
 components/compat/externalcommandlistener.hpp      |   5 +-
 components/compat/statusdatawriter.cpp             |  66 +--
 components/db_ido_mysql/CMakeLists.txt             |  12 +
 components/db_ido_mysql/idomysqlconnection.cpp     |  67 ++-
 components/db_ido_mysql/idomysqlconnection.hpp     |   2 +-
 components/db_ido_mysql/schema/mysql.sql           |   3 +-
 .../schema/upgrade/2.1.0.sql}                      |   6 +-
 components/db_ido_pgsql/CMakeLists.txt             |  12 +
 components/db_ido_pgsql/idopgsqlconnection.cpp     |  71 ++-
 components/db_ido_pgsql/idopgsqlconnection.hpp     |   6 +-
 components/db_ido_pgsql/schema/pgsql.sql           |   3 +-
 .../schema/upgrade/{2.0.2.sql => 2.1.0.sql}        |   6 +-
 components/livestatus/commandstable.hpp            |   4 +-
 components/livestatus/endpointstable.hpp           |   6 +-
 components/livestatus/historytable.hpp             |   2 +-
 components/livestatus/hoststable.cpp               |   2 +-
 components/livestatus/hoststable.hpp               |   6 +-
 components/livestatus/livestatus-type.conf         |   2 +-
 components/livestatus/livestatuslistener.hpp       |   4 +-
 components/livestatus/livestatuslogutility.cpp     |  58 +-
 components/livestatus/logtable.hpp                 |  20 +-
 components/livestatus/servicestable.cpp            |   2 +-
 components/livestatus/servicestable.hpp            |   6 +-
 components/livestatus/statehisttable.hpp           |  14 +-
 components/livestatus/statustable.hpp              |  10 +-
 components/notification/notification-type.conf     |   1 +
 components/notification/notificationcomponent.cpp  |   6 +
 components/notification/notificationcomponent.hpp  |   4 +-
 components/notification/notificationcomponent.ti   |   3 +
 components/perfdata/graphitewriter.cpp             |   3 +
 components/perfdata/graphitewriter.hpp             |  10 +-
 components/perfdata/perfdata-type.conf             |   4 +-
 components/perfdata/perfdatawriter.hpp             |   4 +-
 debian/.gitignore                                  |   1 +
 debian/changelog                                   |  23 +
 debian/control                                     |  46 +-
 debian/copyright                                   |   6 +-
 debian/icinga2-bin.lintian-overrides               |   2 +-
 debian/icinga2-common.install                      |   1 +
 debian/patches/21_config_changes                   |  17 +
 debian/patches/series                              |   1 +
 debian/python-icinga2.install                      |   1 +
 debian/rules                                       |   6 +-
 doc/1-about.md                                     | 114 ++--
 doc/2-getting-started.md                           | 440 ++++++++++-----
 doc/3-monitoring-basics.md                         |  69 ++-
 doc/4-monitoring-remote-systems.md                 | 473 +++++++++++-----
 doc/6-configuring-icinga-2.md                      | 236 +++++++-
 doc/7-troubleshooting.md                           |  48 +-
 doc/8-migration.md                                 |  13 +-
 etc/icinga2/constants.conf.cmake                   |   8 +-
 etc/initsystem/icinga2-prepare-dirs                |   2 +-
 icinga-app/icinga.cpp                              |  16 +-
 icinga2.spec                                       |  73 ++-
 itl/CMakeLists.txt                                 |   2 +-
 itl/command-plugins-manubulon.conf                 | 202 +++++++
 components/livestatus/filter.cpp => itl/manubulon  |   9 +-
 lib/base/application.cpp                           |  30 +-
 lib/base/application.hpp                           |   3 +
 lib/base/array.hpp                                 |   1 +
 lib/base/convert.hpp                               |   4 +-
 lib/base/dictionary.hpp                            |   1 +
 lib/base/dynamicobject.ti                          |   7 +
 lib/base/filelogger.hpp                            |   4 +-
 lib/base/logger.cpp                                |   2 +-
 lib/base/process.cpp                               |  39 +-
 lib/base/process.hpp                               |   3 +
 lib/base/qstring.hpp                               |   5 +-
 lib/base/socket.cpp                                |  36 +-
 lib/base/stacktrace.cpp                            |   2 +-
 lib/base/streamlogger.cpp                          |   2 +-
 lib/base/streamlogger.hpp                          |   2 +-
 lib/base/sysloglogger.hpp                          |   4 +-
 lib/base/tcpsocket.cpp                             |   4 +-
 lib/base/tlsstream.cpp                             |  32 +-
 lib/base/tlsutility.cpp                            |   2 +-
 lib/base/tlsutility.hpp                            |  14 +-
 lib/base/utility.cpp                               |  25 +-
 lib/config/aexpression.cpp                         | 181 ++++--
 lib/config/aexpression.hpp                         |  98 ++--
 lib/config/configcompilercontext.hpp               |   2 +-
 lib/config/configitem.cpp                          |  63 ++-
 lib/config/configitem.hpp                          |   6 +-
 lib/db_ido/commanddbobject.hpp                     |   2 +-
 lib/db_ido/db_ido-type.conf                        |  36 +-
 lib/db_ido/dbconnection.cpp                        |  28 +-
 lib/db_ido/dbconnection.hpp                        |   5 +-
 lib/db_ido/dbconnection.ti                         |   8 +
 lib/db_ido/dbevents.cpp                            |  22 +-
 lib/db_ido/dbevents.hpp                            |  50 +-
 lib/db_ido/endpointdbobject.hpp                    |   8 +-
 lib/db_ido/userdbobject.hpp                        |   2 +-
 lib/icinga/apievents.cpp                           | 616 +++++++++++++++++++--
 lib/icinga/apievents.hpp                           |  33 +-
 lib/icinga/checkable-check.cpp                     |  25 +-
 lib/icinga/checkable-event.cpp                     |  10 +-
 lib/icinga/checkable.cpp                           |   2 +-
 lib/icinga/checkable.hpp                           |  25 +-
 lib/icinga/cib.hpp                                 |  42 +-
 lib/icinga/command.cpp                             |   2 +-
 lib/icinga/compatutility.cpp                       |   4 +-
 lib/icinga/compatutility.hpp                       |   4 +-
 lib/icinga/customvarobject.cpp                     |   6 +-
 lib/icinga/customvarobject.hpp                     |   2 +-
 lib/icinga/externalcommandprocessor.hpp            |  24 +-
 lib/icinga/hostgroup.cpp                           |   4 +-
 lib/icinga/hostgroup.hpp                           |   8 +-
 lib/icinga/icinga-type.conf                        |   4 +-
 lib/icinga/icingaapplication.hpp                   |   4 +-
 lib/icinga/icingastatuswriter.cpp                  |  28 +-
 lib/icinga/pluginutility.cpp                       |  15 +-
 lib/icinga/servicegroup.cpp                        |   4 +-
 lib/icinga/servicegroup.hpp                        |   8 +-
 lib/icinga/user.cpp                                |   2 +-
 lib/icinga/usergroup.cpp                           |   4 +-
 lib/icinga/usergroup.hpp                           |   8 +-
 lib/methods/clusterchecktask.hpp                   |   2 +-
 lib/methods/pluginchecktask.cpp                    |   8 +
 lib/methods/pluginchecktask.hpp                    |   4 +-
 lib/methods/plugineventtask.cpp                    |  12 +-
 lib/methods/plugineventtask.hpp                    |   3 +-
 lib/methods/pluginnotificationtask.cpp             |  12 +-
 lib/methods/pluginnotificationtask.hpp             |   3 +-
 lib/remote/apiclient.cpp                           |   6 +-
 lib/remote/apilistener-sync.cpp                    |   6 +-
 lib/remote/apilistener.cpp                         |  65 ++-
 lib/remote/apilistener.hpp                         |   5 +-
 lib/remote/authority.cpp                           |   3 +-
 lib/remote/endpoint.cpp                            |   3 +
 {doc => python}/CMakeLists.txt                     |  31 +-
 {third-party => python/icinga2}/CMakeLists.txt     |  10 +-
 python/icinga2/__init__.py                         |   0
 .../icinga2/commands}/CMakeLists.txt               |   7 +-
 python/icinga2/commands/__init__.py                |   0
 python/icinga2/commands/list_objects.py            |  74 +++
 .../icinga2/config.py.cmake                        |  20 +-
 .../icinga2/utils}/CMakeLists.txt                  |   8 +-
 python/icinga2/utils/__init__.py                   |   0
 python/icinga2/utils/debug.py                      | 126 +++++
 python/icinga2/utils/netstring.py                  | 305 ++++++++++
 python/setup.py.cmake                              |  20 +
 test/config/6968.conf                              |  28 +
 third-party/cmake/PythonSetup.cmake                | 215 +++++++
 tools/syntax/nano/icinga2.nanorc                   |   4 +-
 tools/syntax/vim/syntax/icinga2.vim                |   4 +-
 153 files changed, 4142 insertions(+), 1291 deletions(-)
 delete mode 100644 INSTALL
 create mode 100644 INSTALL.md
 copy components/{db_ido_pgsql/schema/upgrade/2.0.2.sql => db_ido_mysql/schema/upgrade/2.1.0.sql} (53%)
 copy components/db_ido_pgsql/schema/upgrade/{2.0.2.sql => 2.1.0.sql} (73%)
 create mode 100644 debian/patches/21_config_changes
 create mode 100644 debian/patches/series
 create mode 100644 debian/python-icinga2.install
 create mode 100644 itl/command-plugins-manubulon.conf
 copy components/livestatus/filter.cpp => itl/manubulon (93%)
 copy {doc => python}/CMakeLists.txt (52%)
 copy {third-party => python/icinga2}/CMakeLists.txt (79%)
 create mode 100644 python/icinga2/__init__.py
 copy {third-party => python/icinga2/commands}/CMakeLists.txt (82%)
 create mode 100644 python/icinga2/commands/__init__.py
 create mode 100644 python/icinga2/commands/list_objects.py
 copy third-party/cJSON/CMakeLists.txt => python/icinga2/config.py.cmake (67%)
 copy {third-party => python/icinga2/utils}/CMakeLists.txt (77%)
 create mode 100644 python/icinga2/utils/__init__.py
 create mode 100644 python/icinga2/utils/debug.py
 create mode 100644 python/icinga2/utils/netstring.py
 create mode 100644 python/setup.py.cmake
 create mode 100644 test/config/6968.conf
 create mode 100644 third-party/cmake/PythonSetup.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