We are using Nagios XI 2009R1.3 on CentOS 5.4 (final) release. Today I tried to create a new host group for all the monitored Windows servers hosted at a data centre. There are 366 hosts in total. I created a new hostgroups.cfg file and placed it in /usr/local/nagios/etc/import directory. The hostgroups.cfg looked as follows:
Code: Select all
define hostgroup {
hostgroup_name windows-servers-dc2
alias Windows Servers DC2
members member1,member2,.......,member366
}
Code: Select all
Entry hostgroup_name::windows-servers-slough inside tbl_hostgroup successfully insertedNow, when I go to "Hostgroup Summary" it displays all the hostgroups including the new one but it shows only 285 servers leaving out last 81 hosts. I was wondering if I am missing something or there is a limit of characters or hosts while defining a new hostgroup?
Is there anything else I can provide to help investigate this issue further?
Thanks in advance.