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

Alexander Wirt formorer at debian.org
Thu Oct 16 16:10:16 UTC 2014


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  e005088   Changelog for 2.1.0-1~debmon70+1
      adds  26e4092   Update copyright for python embed
      adds  f9dd427   Fixed typo in copyright
      adds  f236eb4   Include all existing manpages
      adds  86cab55   Update changelog
      adds  280f892   Adding patches for arch problems on Hurd and FreeBSD
      adds  5394e48   Debconf templates and debian/control reviewed and translated
      adds  a5cb767   Update changelog
      adds  ba59e9c   Fix lintian warning in copyright
      adds  65e6b54   Changelog for 2.1.0-2
      adds  59f4fb4   Fix Vcs browser URL
      adds  dd04e8c   Fix build problem with CMake libdir on Hurd and kFreeBSD
      adds  bdddf07   Changelog for 2.1.0-3
      adds  4a0350e   Imported Upstream version 2.1.1
      adds  042411d   Merge tag 'upstream/2.1.1'
      adds  81a704c   gnu_hurd.patch is now upstream
      adds  c025c4b   Cleanup series
      adds  e5709e4   pipe_ENOSYS.patch is now upstream
      adds  fbc719e   Finalize changelog
       new  de062ac   Merge branch 'master' into debmon-wheezy

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 +
 debian/changelog                                  |  48 +++-
 debian/control                                    | 253 +++++++++++-----------
 debian/copyright                                  |  45 ++--
 debian/icinga2-common.manpages                    |   6 +
 debian/icinga2-ido-mysql.templates                |  18 +-
 debian/icinga2-ido-pgsql.templates                |  18 +-
 debian/po/POTFILES.in                             |   2 +
 debian/po/cs.po                                   | 115 ++++++++++
 debian/po/da.po                                   | 117 ++++++++++
 debian/po/de.po                                   | 119 ++++++++++
 debian/po/es.po                                   | 137 ++++++++++++
 debian/po/fr.po                                   | 117 ++++++++++
 debian/po/it.po                                   | 116 ++++++++++
 debian/po/ja.po                                   | 114 ++++++++++
 debian/po/pl.po                                   | 119 ++++++++++
 debian/po/pt.po                                   | 118 ++++++++++
 debian/po/pt_BR.po                                | 117 ++++++++++
 debian/po/ru.po                                   | 116 ++++++++++
 debian/po/templates.pot                           |  42 +++-
 debian/po/tr.po                                   | 115 ++++++++++
 debian/rules                                      |  10 +-
 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 +-
 160 files changed, 2898 insertions(+), 604 deletions(-)
 create mode 100644 debian/icinga2-common.manpages
 create mode 100644 debian/po/cs.po
 create mode 100644 debian/po/da.po
 create mode 100644 debian/po/de.po
 create mode 100644 debian/po/es.po
 create mode 100644 debian/po/fr.po
 create mode 100644 debian/po/it.po
 create mode 100644 debian/po/ja.po
 create mode 100644 debian/po/pl.po
 create mode 100644 debian/po/pt.po
 create mode 100644 debian/po/pt_BR.po
 create mode 100644 debian/po/ru.po
 create mode 100644 debian/po/tr.po
 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