[icinga-checkins] icinga.org: icinga2/feature/parse-files-in-parallel-7822: Implement support for arrays in command arguments
git at icinga.org
git at icinga.org
Fri Nov 28 06:13:40 CET 2014
Module: icinga2
Branch: feature/parse-files-in-parallel-7822
Commit: 9dfa3d22d490f4d9099d99aafd3022eb1ed412e3
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=9dfa3d22d490f4d9099d99aafd3022eb1ed412e3
Author: Gunnar Beutner <gunnar at beutner.name>
Date: Wed Nov 26 20:43:42 2014 +0100
Implement support for arrays in command arguments
fixes #6709
---
itl/command-plugins.conf | 5 +++
lib/icinga/host.cpp | 2 +-
lib/icinga/host.hpp | 2 +-
lib/icinga/icinga-type.conf | 2 ++
lib/icinga/icingaapplication.cpp | 2 +-
lib/icinga/icingaapplication.hpp | 2 +-
lib/icinga/macroprocessor.cpp | 51 +++++++++++++++++---------
lib/icinga/macroprocessor.hpp | 6 ++--
lib/icinga/macroresolver.hpp | 2 +-
lib/icinga/pluginutility.cpp | 74 +++++++++++++++++++++++++++++++++-----
lib/icinga/pluginutility.hpp | 5 ++-
lib/icinga/service.cpp | 2 +-
lib/icinga/service.hpp | 2 +-
lib/perfdata/graphitewriter.cpp | 20 +++++++++--
lib/perfdata/graphitewriter.hpp | 1 +
lib/perfdata/perfdatawriter.cpp | 12 +++++--
lib/perfdata/perfdatawriter.hpp | 1 +
test/CMakeLists.txt | 4 ++-
test/icinga-macros.cpp | 55 ++++++++++++++++++++++++++++
19 files changed, 209 insertions(+), 41 deletions(-)
Diff: https://git.icinga.org/?p=icinga2.git;a=commitdiff;h=9dfa3d22d490f4d9099d99aafd3022eb1ed412e3
More information about the icinga-checkins
mailing list