[icinga-checkins] icinga.org: icinga2/master: Implemented user groups.
git at icinga.org
git at icinga.org
Wed Feb 27 21:49:09 CET 2013
Module: icinga2
Branch: master
Commit: e9d32eeada69ca1f7542297edc6896d0d542434b
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=e9d32eeada69ca1f7542297edc6896d0d542434b
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date: Wed Feb 27 21:49:03 2013 +0100
Implemented user groups.
---
components/compat/compatcomponent.cpp | 2 +-
itl/types.conf | 27 ++++++-
lib/base/i2-base.h | 1 +
lib/icinga/Makefile.am | 4 +-
lib/icinga/host.cpp | 8 +-
lib/icinga/hostgroup.cpp | 2 +-
lib/icinga/hostgroup.h | 2 +-
lib/icinga/i2-icinga.h | 1 +
lib/icinga/icinga.vcxproj | 2 +
lib/icinga/notification.cpp | 45 +++++++++-
lib/icinga/notification.h | 2 +
lib/icinga/service-notification.cpp | 4 +
lib/icinga/servicegroup.cpp | 2 +-
lib/icinga/servicegroup.h | 2 +-
lib/icinga/user.cpp | 17 ++++
lib/icinga/user.h | 7 ++
lib/icinga/usergroup.cpp | 149 +++++++++++++++++++++++++++++++++
lib/icinga/usergroup.h | 67 +++++++++++++++
18 files changed, 328 insertions(+), 16 deletions(-)
Diff: https://git.icinga.org/?p=icinga2.git;a=commitdiff;h=e9d32eeada69ca1f7542297edc6896d0d542434b
More information about the icinga-checkins
mailing list