How could I create hostgroup, which automaticlly contains every hosts, that are not defined in any other group ? something like:
Code: Select all
define hostgroup{
hostgroup_name others
members *, !HOSTGROUP1, !HOSTGROUP2...
}