summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5005192)
raw | patch | inline | side by side (parent: 5005192)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Feb 2010 23:11:02 +0000 (23:11 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Feb 2010 23:11:02 +0000 (23:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15641 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/nagios/contrib/goNagios.pl | patch | blob | history |
index 39205e2409d732d2fa03223d4853ebc3abf30477..de04ad09bcc6c1eafb5d124084a6df382ee8f2d6 100755 (executable)
$stdout.=$groupdescription[$i];
} else {
# We need a valid description entry, so we'll just use the groupname
- $stdout.=$groupename[$i];
+ $stdout.=$groupname[$i];
}
$stdout.="\n\tmembers:\t";