I am wondering if there are any limits to the number of services in a service group.
I am getting a Return code of 127 is out of bounds - plugin may be missing when I add this service to a service group
here is the config in question
define service{
use WAP-svc-T ; template
hostgroup_name HW.Foundry.IP-200
servicegroups system.sysUpTime.IP200
service_description system.sysUpTime
normal_check_interval 60 ; when in normal state, check every n minutes
check_command mib-2-system-sysUpTime
check_command sysUpTime-test
notes .iso.org.dod.internet.mgmt.mib-2.system.sysUpTime
}
define command{
command_name sysUpTime-test
command_line /opt/nagios/libexec/custom/capture_plugin.pl /opt/nagios/libexec/check_snmp -C $_HOSTCOMMUNITY_STRING$ -P 1 -H $HOSTADDRESS$ -o .1.3.6.1.2.1.1.3.0
}
Now if I comment out the servicegroups line in the service definition the check works no problem but when I add the service group which is defined i get the Code 127.
Now I tried adding the capture_plugins.pl to see if I could see why it if failing and it seems not to even execute the code.
I have 1,296 services in this group.
I have other service parents that have up to 4,000+ services and they execute just find but the child service groups are kinda small lets say less than 1000.
Has anyone else experenced this? I am running Nagios.3.0.6 and have the same issue on Nagios.3.2.0. In this config I have over 8000 host and 12,000 services.