[Pkg-nagios-changes] [pkg-icinga2] 01/02: Merge branch 'master' into development

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 commit to branch development
in repository pkg-icinga2.

commit c6a2c7758807826d658c343620f75acc03823c8f
Merge: 9fb7a43 3d1d22f
Author: Markus Frosch <lazyfrosch at debian.org>
Date:   Thu Nov 5 13:15:16 2015 +0100

    Merge branch 'master' into development

 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 +
 agent/windows-setup-agent/ServiceStatus.resx       |  138 +++
 agent/windows-setup-agent/SetupWizard.Designer.cs  |   56 +-
 agent/windows-setup-agent/SetupWizard.cs           |   73 +-
 changelog.py                                       |  100 +-
 debian/changelog                                   |   73 ++
 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/patches/logrotate_use_service               |   16 -
 debian/patches/series                              |    1 -
 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             |   92 ++
 etc/icinga2/win32/icinga2.conf                     |   61 +
 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 +++-
 lib/cli/nodeaddcommand.hpp => itl/windows-plugins  |   30 +-
 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 ++---
 .../nodelistcommand.hpp => plugins/check_disk.h    |   47 +-
 plugins/check_load.cpp                             |   81 +-
 lib/cli/nodeaddcommand.hpp => plugins/check_load.h |   33 +-
 plugins/check_memory.cpp                           |   86 +-
 .../nodeaddcommand.hpp => plugins/check_memory.h   |   33 +-
 plugins/check_network.cpp                          |  194 ++--
 .../nodeaddcommand.hpp => plugins/check_network.h  |   41 +-
 plugins/check_perfmon.cpp                          |  403 +++++++
 .../nodelistcommand.hpp => plugins/check_perfmon.h |   43 +-
 plugins/check_ping.cpp                             |  149 +--
 lib/cli/nodeaddcommand.hpp => plugins/check_ping.h |   40 +-
 plugins/check_procs.cpp                            |  116 +-
 .../nodeaddcommand.hpp => plugins/check_procs.h    |   34 +-
 plugins/check_service.cpp                          |   71 +-
 .../nodeaddcommand.hpp => plugins/check_service.h  |   34 +-
 plugins/check_swap.cpp                             |   80 +-
 lib/cli/nodeaddcommand.hpp => plugins/check_swap.h |   36 +-
 plugins/check_update.cpp                           |   76 +-
 .../nodeaddcommand.hpp => plugins/check_update.h   |   36 +-
 plugins/check_uptime.cpp                           |   84 +-
 .../nodeaddcommand.hpp => plugins/check_uptime.h   |   36 +-
 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 +-
 201 files changed, 9524 insertions(+), 3064 deletions(-)

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