[Pkg-nagios-changes] [pkg-icinga2] branch development updated (fb9ae94 -> 3d3e1c0)

Markus Frosch lazyfrosch at moszumanska.debian.org
Tue Apr 14 12:06:41 UTC 2015


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

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

      from  fb9ae94   Add Build-Depends for libedit and add Recommends for libreadline6
      adds  8870a28   Imported Upstream version 2.3.3
      adds  01e3e0f   Merge tag 'upstream/2.3.3'
      adds  a1c8abd   Finalize changelog
      adds  be9777c   Recommend logrotate in icinga2-common
      adds  8009d66   Specify pidfile for status_of_proc in the init script
       new  3d3e1c0   Merge branch 'master' into development

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:
 .travis.yml                              |   27 +
 AUTHORS                                  |    1 +
 ChangeLog                                |   46 +
 INSTALL.md                               |   88 +-
 RELEASE.md                               |   40 +
 changelog.py                             |    2 +-
 debian/changelog                         |    6 +
 debian/control                           |    1 +
 debian/icinga2-common.icinga2.init       |    2 +-
 doc/1-about.md                           |   46 +
 doc/10-icinga2-client.md                 |    1 -
 doc/12-distributed-monitoring-ha.md      |    4 +-
 doc/13-addons-plugins.md                 |    4 +-
 doc/18-migrating-from-icinga-1x.md       |  206 ++--
 doc/20-library-reference.md              |    3 +-
 doc/3-monitoring-basics.md               |  108 +-
 doc/4-advanced-topics.md                 |  108 +-
 doc/6-object-types.md                    | 1657 +++++++++++++++---------------
 doc/7-icinga-template-library.md         |    8 +
 etc/icinga2/conf.d/win32/hosts.conf      |    9 -
 icinga2.spec                             |    2 +-
 itl/command-icinga.conf                  |    3 +
 itl/command-plugins.conf                 |    2 +-
 itl/command.conf                         |    4 +
 lib/base/application.cpp                 |   57 +
 lib/base/dynamicobject.cpp               |    5 +
 lib/base/dynamicobject.hpp               |    1 +
 lib/base/functionwrapper.hpp             |   32 +
 lib/base/tlsutility.cpp                  |    2 +-
 lib/base/workqueue.cpp                   |    2 +-
 lib/base/workqueue.hpp                   |    2 +-
 lib/cli/nodewizardcommand.cpp            |    3 -
 lib/config/config_parser.yy              |    8 +-
 lib/config/configitem.cpp                |  129 ++-
 lib/config/configtype.cpp                |    8 +-
 lib/config/typerulelist.cpp              |  280 ++---
 lib/config/typerulelist.hpp              |  152 +--
 lib/config/vmops.hpp                     |   41 +-
 lib/db_ido/dbobject.cpp                  |   10 +-
 lib/icinga/command.cpp                   |   38 +-
 lib/icinga/dependency-apply.cpp          |    4 +-
 lib/icinga/externalcommandprocessor.cpp  |    2 +-
 lib/icinga/host.cpp                      |   18 +-
 lib/icinga/host.hpp                      |    1 +
 lib/icinga/macroprocessor.cpp            |   11 +-
 lib/icinga/notification-apply.cpp        |    4 +-
 lib/icinga/notification.cpp              |  151 ++-
 lib/icinga/notification.hpp              |    6 +
 lib/icinga/perfdatavalue.cpp             |    2 +
 lib/icinga/scheduleddowntime-apply.cpp   |    4 +-
 lib/icinga/service-apply.cpp             |    4 +-
 lib/icinga/service.cpp                   |   14 +-
 lib/icinga/service.hpp                   |    1 +
 third-party/cmake/BoostTestTargets.cmake |    2 +-
 third-party/cmake/FindFLEX.cmake         |   10 +-
 tools/syntax/nano/icinga2.nanorc         |  116 ++-
 tools/syntax/vim/syntax/icinga2.vim      |  142 ++-
 57 files changed, 2189 insertions(+), 1451 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 RELEASE.md

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