[Pkg-nagios-changes] [pkg-icinga2] branch development updated (9fb7a43 -> 1f29585)

Markus Frosch lazyfrosch at moszumanska.debian.org
Thu Nov 5 12:17:00 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  9fb7a43   Run 'api setup' in post install task for icinga2-bin
      adds  2a5d1cb   Remove obsolte logrotate_use_service patch
      adds  43b9dd6   Imported Upstream version 2.3.4
      adds  97bd9c4   Merge tag 'upstream/2.3.4'
      adds  2c376a2   Finalize changelog
      adds  54904c5   Fix upstream version in icinga2 --version
      adds  3bb3712   Add first autopkgtest (dep8) support
      adds  fc2eaae   Finalize changelog
      adds  392a0bf   Add patch to fix broken postrotate script
      adds  513f260   Finalize changelog
      adds  64334db   Imported Upstream version 2.3.5
      adds  f0e1563   Merge tag 'upstream/2.3.5'
      adds  afffeeb   Remove obsolete patches
      adds  a7b7619   finalize changelog
      adds  c6bbb16   Run 'api setup' in post install task for icinga2-bin
      adds  028d739   Merge branch 'master' of alioth.debian.org:/git/pkg-nagios/pkg-icinga2
      adds  7eaa5f9   Imported Upstream version 2.3.6
      adds  db3ddc0   Merge tag 'upstream/2.3.6'
      adds  c62d9be   Revert "Run 'api setup' in post install task for icinga2-bin"
      adds  3ea1a18   Merge branch 'master' of alioth.debian.org:/git/pkg-nagios/pkg-icinga2
      adds  b19e4e8   Finalize changelog
      adds  c4d8f2b   Really enable ido-pgsql if we have to
      adds  35c654e   Allow nagios group to write/remove perfdata
      adds  0fff36a   Imported Upstream version 2.3.7
      adds  4e381b3   Merge tag 'upstream/2.3.7'
      adds  4787221   Finalize changelog
      adds  407cea4   Really finalize
      adds  0f463b5   Imported Upstream version 2.3.8
      adds  7ae5997   Merge tag 'upstream/2.3.8'
      adds  8bcf160   Changelog for 2.3.8-1
      adds  a03c364   Imported Upstream version 2.3.9
      adds  1a563e7   Merge tag 'upstream/2.3.9'
      adds  c8824df   Finalize changelog
      adds  129f6ea   Imported Upstream version 2.3.10
      adds  66444cc   Merge tag 'upstream/2.3.10'
      adds  173da67   Merge systemd service file with upstreams implementation
      adds  9943256   Finalize changelog
      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  c6a2c77   Merge branch 'master' into development
       new  1f29585   Add icinga2-studio package for Icinga 2.4

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:
 AUTHORS                                            |   22 +
 CMakeLists.txt                                     |   28 +
 ChangeLog                                          |  486 ++++++--
 INSTALL.md                                         |    9 +-
 README.md                                          |    7 +-
 RELEASE.md                                         |   85 +-
 agent/windows-setup-agent/Icinga2SetupAgent.csproj |    9 +
 agent/windows-setup-agent/Program.cs               |   37 +-
 .../windows-setup-agent/ServiceStatus.Designer.cs  |  118 ++
 agent/windows-setup-agent/ServiceStatus.cs         |   37 +
 .../{SetupWizard.resx => ServiceStatus.resx}       |    0
 agent/windows-setup-agent/SetupWizard.Designer.cs  |   56 +-
 agent/windows-setup-agent/SetupWizard.cs           |   73 +-
 changelog.py                                       |  100 +-
 debian/.gitignore                                  |    1 +
 debian/changelog                                   |   73 ++
 debian/control                                     |   56 +-
 debian/icinga2-bin.install                         |    2 +-
 debian/icinga2-common.icinga2.service              |    6 +-
 debian/icinga2-common.install                      |    1 +
 debian/icinga2-common.postinst                     |    2 +-
 debian/icinga2-ido-mysql.config                    |    3 +
 debian/icinga2-ido-pgsql.config                    |    2 +
 debian/icinga2-ido-pgsql.postinst                  |    2 +-
 debian/icinga2-studio.desktop                      |   11 +
 debian/icinga2-studio.install                      |    3 +
 debian/icinga2-studio.menu                         |    3 +
 debian/libicinga2.install                          |    1 +
 debian/patches/logrotate_use_service               |   16 -
 debian/patches/series                              |    1 -
 debian/rules                                       |    5 +-
 debian/tests/control                               |    3 +
 debian/tests/version                               |   18 +
 doc/1-about.md                                     |  821 ++++++++++----
 doc/10-icinga2-client.md                           |   54 +-
 doc/12-distributed-monitoring-ha.md                |  201 +++-
 doc/13-addons-plugins.md                           |   77 +-
 doc/14-alternative-frontends.md                    |    8 +-
 doc/16-troubleshooting.md                          |  164 ++-
 doc/18-migrating-from-icinga-1x.md                 |    6 +-
 doc/19-language-reference.md                       |   13 +-
 doc/2-getting-started.md                           |  112 +-
 doc/20-library-reference.md                        |   47 +-
 doc/21-debug.md                                    |   47 +-
 doc/22-appendix.md                                 |   12 +-
 doc/3-monitoring-basics.md                         |  435 +++++--
 ...uring-icinga-2.md => 4-configuring-icinga-2.md} |   70 +-
 doc/{4-advanced-topics.md => 5-advanced-topics.md} |  185 ++-
 doc/6-object-types.md                              |   83 +-
 doc/7-icinga-template-library.md                   | 1194 +++++++++++++++++---
 doc/9-monitoring-remote-systems.md                 |    2 +-
 etc/CMakeLists.txt                                 |   10 +-
 etc/icinga2/conf.d/templates.conf                  |    4 +-
 etc/icinga2/conf.d/{ => win32}/services.conf       |   40 +-
 etc/icinga2/{ => win32}/icinga2.conf               |   10 +
 etc/logrotate.d/icinga2.cmake                      |   20 +-
 icinga-app/icinga.cpp                              |  101 +-
 icinga2.nuspec                                     |   26 +
 icinga2.spec                                       |   20 +-
 itl/CMakeLists.txt                                 |    2 +-
 itl/command-nscp-local.conf                        |   26 +-
 itl/command-plugins-manubulon.conf                 |    5 +
 itl/command-plugins-windows.conf                   |  322 ++++++
 itl/command-plugins.conf                           |  698 +++++++++++-
 itl/plugins-contrib.d/CMakeLists.txt               |    2 +-
 itl/plugins-contrib.d/databases.conf               |  517 +++++++++
 itl/plugins-contrib.d/hardware.conf                |   80 ++
 itl/plugins-contrib.d/network-components.conf      |  328 ++++++
 itl/plugins-contrib.d/operating-system.conf        |   50 +
 itl/plugins-contrib.d/vmware.conf                  |    6 +
 itl/plugins-contrib.d/web.conf                     |  189 +++-
 contrib/GPLHeader => itl/windows-plugins           |    3 +-
 lib/base/CMakeLists.txt                            |    2 +-
 lib/base/application.cpp                           |  107 +-
 lib/base/array-script.cpp                          |   16 +
 lib/base/array.cpp                                 |   11 +
 lib/base/array.hpp                                 |    2 +
 lib/base/dictionary-script.cpp                     |   24 +
 lib/base/dictionary.cpp                            |   51 +-
 lib/base/dictionary.hpp                            |    1 -
 lib/base/netstring.cpp                             |    4 +-
 lib/base/netstring.hpp                             |    2 +-
 lib/base/process.cpp                               |   98 +-
 lib/base/process.hpp                               |    8 +
 lib/base/scriptutils.cpp                           |   47 +-
 lib/base/scriptutils.hpp                           |    1 +
 lib/base/socketevents.cpp                          |    8 +-
 lib/base/stdiostream.cpp                           |    5 +
 lib/base/stdiostream.hpp                           |    1 +
 lib/base/stream.cpp                                |   16 +-
 lib/base/stream.hpp                                |   13 +-
 lib/base/string-script.cpp                         |    7 +
 lib/base/string.hpp                                |   22 +
 lib/base/tlsstream.cpp                             |   10 +-
 lib/base/tlsutility.cpp                            |   60 +-
 lib/base/tlsutility.hpp                            |    2 +-
 lib/base/utility.cpp                               |  211 +++-
 lib/base/utility.hpp                               |    4 +
 lib/base/value-operators.cpp                       |   10 +-
 lib/base/value.hpp                                 |    2 +-
 lib/base/workqueue.cpp                             |    4 +-
 lib/base/workqueue.hpp                             |    2 +-
 lib/cli/nodeaddcommand.hpp                         |    6 +-
 lib/cli/nodelistcommand.hpp                        |    6 +-
 lib/cli/noderemovecommand.hpp                      |    6 +-
 lib/cli/nodesetcommand.hpp                         |    6 +-
 lib/cli/nodesetupcommand.cpp                       |   20 +
 lib/cli/nodesetupcommand.hpp                       |    6 +-
 lib/cli/nodeupdateconfigcommand.cpp                |   10 +-
 lib/cli/nodeupdateconfigcommand.hpp                |    6 +-
 lib/cli/nodeutility.cpp                            |   10 +-
 lib/cli/nodeutility.hpp                            |    6 +-
 lib/cli/nodewizardcommand.cpp                      |   62 +-
 lib/cli/nodewizardcommand.hpp                      |    8 +-
 lib/cli/pkiutility.cpp                             |   18 +-
 lib/cli/troubleshootcommand.cpp                    |    4 +-
 lib/compat/checkresultreader.cpp                   |   46 +-
 lib/compat/compatlogger.cpp                        |   19 +-
 lib/compat/statusdatawriter.cpp                    |   11 +-
 lib/config/config_lexer.ll                         |    7 +-
 lib/config/config_parser.yy                        |   25 +
 lib/config/configcompiler.cpp                      |   38 +-
 lib/config/configcompiler.hpp                      |    5 +-
 lib/config/expression.cpp                          |   43 +-
 lib/config/expression.hpp                          |   41 +-
 lib/config/vmops.hpp                               |    7 +-
 lib/db_ido/dbconnection.cpp                        |   41 +-
 lib/db_ido/dbevents.cpp                            |   90 +-
 lib/db_ido/dbevents.hpp                            |    4 +-
 lib/db_ido/dbobject.cpp                            |   10 +-
 lib/db_ido/endpointdbobject.cpp                    |   22 -
 lib/db_ido/endpointdbobject.hpp                    |    3 -
 lib/db_ido/hostdbobject.cpp                        |    9 +-
 lib/db_ido/servicedbobject.cpp                     |    7 +-
 lib/db_ido/userdbobject.cpp                        |   22 +-
 lib/db_ido_mysql/idomysqlconnection.cpp            |    4 +-
 lib/db_ido_pgsql/idopgsqlconnection.cpp            |   10 +-
 lib/icinga/apievents.cpp                           |  301 ++++-
 lib/icinga/checkable-check.cpp                     |   44 +-
 lib/icinga/checkable-dependency.cpp                |    4 +-
 lib/icinga/checkable-downtime.cpp                  |   19 +-
 lib/icinga/checkable.cpp                           |   12 +-
 lib/icinga/compatutility.cpp                       |   69 +-
 lib/icinga/compatutility.hpp                       |    4 +-
 lib/icinga/dependency-apply.cpp                    |    4 +-
 lib/icinga/dependency.cpp                          |   26 +-
 lib/icinga/externalcommandprocessor.cpp            |   97 +-
 lib/icinga/externalcommandprocessor.hpp            |    1 +
 lib/icinga/icinga-type.conf                        |    1 +
 lib/icinga/legacytimeperiod.cpp                    |   37 +-
 lib/icinga/macroprocessor.cpp                      |  232 +++-
 lib/icinga/macroprocessor.hpp                      |   21 +-
 lib/icinga/notification-apply.cpp                  |    4 +-
 lib/icinga/notification.cpp                        |    2 +-
 lib/icinga/perfdatavalue.cpp                       |    2 +-
 lib/icinga/pluginutility.cpp                       |  193 +---
 lib/icinga/pluginutility.hpp                       |    3 -
 lib/icinga/scheduleddowntime-apply.cpp             |    4 +-
 lib/icinga/scheduleddowntime.cpp                   |    8 +-
 lib/icinga/service-apply.cpp                       |    4 +-
 lib/icinga/timeperiod.cpp                          |    8 +-
 lib/livestatus/livestatuslistener.cpp              |    3 +-
 lib/livestatus/livestatusquery.cpp                 |    3 +-
 lib/methods/clusterzonechecktask.cpp               |   16 +-
 lib/perfdata/gelfwriter.cpp                        |    2 +-
 lib/perfdata/opentsdbwriter.cpp                    |   55 +-
 lib/perfdata/opentsdbwriter.hpp                    |    4 +-
 lib/perfdata/perfdatawriter.ti                     |    4 +-
 lib/remote/apiclient.cpp                           |    8 +-
 lib/remote/apiclient.hpp                           |    1 +
 lib/remote/apilistener.cpp                         |  163 ++-
 lib/remote/apilistener.hpp                         |    4 +
 lib/remote/remote-type.conf                        |    2 +
 mkdocs.yml                                         |    4 +-
 plugins/CMakeLists.txt                             |   40 +-
 plugins/check_disk.cpp                             |  260 ++---
 lib/base/ringbuffer.hpp => plugins/check_disk.h    |   53 +-
 plugins/check_load.cpp                             |   81 +-
 lib/base/filelogger.ti => plugins/check_load.h     |   17 +-
 plugins/check_memory.cpp                           |   86 +-
 lib/base/number.hpp => plugins/check_memory.h      |   31 +-
 plugins/check_network.cpp                          |  194 ++--
 lib/base/ringbuffer.hpp => plugins/check_network.h |   50 +-
 plugins/check_perfmon.cpp                          |  403 +++++++
 lib/base/filelogger.hpp => plugins/check_perfmon.h |   46 +-
 plugins/check_ping.cpp                             |  149 +--
 lib/base/object-script.cpp => plugins/check_ping.h |   42 +-
 plugins/check_procs.cpp                            |  116 +-
 lib/base/filelogger.ti => plugins/check_procs.h    |   20 +-
 plugins/check_service.cpp                          |   71 +-
 lib/base/filelogger.ti => plugins/check_service.h  |   20 +-
 plugins/check_swap.cpp                             |   80 +-
 lib/base/filelogger.ti => plugins/check_swap.h     |   22 +-
 plugins/check_update.cpp                           |   76 +-
 lib/base/filelogger.ti => plugins/check_update.h   |   22 +-
 plugins/check_uptime.cpp                           |   84 +-
 lib/base/filelogger.ti => plugins/check_uptime.h   |   22 +-
 plugins/check_users.cpp                            |   91 +-
 plugins/check_users.h                              |   15 +
 plugins/thresholds.cpp                             |   79 +-
 plugins/thresholds.h                               |   76 +-
 test/config-ops.cpp                                |    4 +
 test/livestatus.cpp                                |   20 +-
 third-party/cmake/FindFLEX.cmake                   |    4 +-
 third-party/cmake/FindGit.cmake                    |    3 +-
 tools/chocolateyInstall.ps1                        |    7 +
 tools/debug/gdb/gdbinit                            |    5 +-
 tools/scripts/process_check_result                 |   17 +-
 tools/syntax/vim/syntax/icinga2.vim                |    4 +-
 209 files changed, 9333 insertions(+), 3001 deletions(-)
 create mode 100644 agent/windows-setup-agent/ServiceStatus.Designer.cs
 create mode 100644 agent/windows-setup-agent/ServiceStatus.cs
 copy agent/windows-setup-agent/{SetupWizard.resx => ServiceStatus.resx} (100%)
 create mode 100644 debian/icinga2-studio.desktop
 create mode 100644 debian/icinga2-studio.install
 create mode 100644 debian/icinga2-studio.menu
 create mode 100644 debian/libicinga2.install
 delete mode 100644 debian/patches/logrotate_use_service
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/version
 rename doc/{5-configuring-icinga-2.md => 4-configuring-icinga-2.md} (91%)
 rename doc/{4-advanced-topics.md => 5-advanced-topics.md} (78%)
 copy etc/icinga2/conf.d/{ => win32}/services.conf (69%)
 copy etc/icinga2/{ => win32}/icinga2.conf (90%)
 create mode 100755 icinga2.nuspec
 create mode 100644 itl/command-plugins-windows.conf
 create mode 100644 itl/plugins-contrib.d/databases.conf
 create mode 100644 itl/plugins-contrib.d/hardware.conf
 copy contrib/GPLHeader => itl/windows-plugins (97%)
 copy lib/base/ringbuffer.hpp => plugins/check_disk.h (65%)
 copy lib/base/filelogger.ti => plugins/check_load.h (80%)
 copy lib/base/number.hpp => plugins/check_memory.h (78%)
 copy lib/base/ringbuffer.hpp => plugins/check_network.h (70%)
 create mode 100644 plugins/check_perfmon.cpp
 copy lib/base/filelogger.hpp => plugins/check_perfmon.h (64%)
 copy lib/base/object-script.cpp => plugins/check_ping.h (72%)
 copy lib/base/filelogger.ti => plugins/check_procs.h (78%)
 copy lib/base/filelogger.ti => plugins/check_service.h (78%)
 copy lib/base/filelogger.ti => plugins/check_swap.h (79%)
 copy lib/base/filelogger.ti => plugins/check_update.h (78%)
 copy lib/base/filelogger.ti => plugins/check_uptime.h (79%)
 create mode 100644 plugins/check_users.h
 create mode 100755 tools/chocolateyInstall.ps1

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