I would like to define a host group on Nagios 4. In recon it should be defined somewhere in /usr/local/nagios/etc
. I tried creating a file hostgroups.cfg
that with contents:
define hostgroup{
hostgroup_name webservers
members *
}
Is this the right place to add that configuration? (I'm a Nagios-newbie)