We have a large Service Group, couple thousands services. No problems here. When we put another "big" Service Group (100 services) inside the large one, all services for the combined group fail:
"Warning: Return code of 7 for check of service..."
The checks don't get executed, this happens for all kinds of check. I tried adding all services from group 2 into group 1 directly, adding those services directly as a member. Result: the same.
It's like the Service Group is too big to handle.
I googled a bit...I found Linux Error Codes:
#define E2BIG 7 /* Arg list too long */
But what is too long? We don't use any macros like $SERVICEGROUPMEMBERS$. I could understand that that would give problems.
I tried putting debug on 2048, verbosity to 2 but no info. This is because the check fails at the init of the environment I guess.
Is there anything I can do to debug this? Or better, to fix this?
Thank you
Vincent