Search found 1 match

by gabo004
Sun May 31, 2015 2:34 pm
Forum: Open Source Nagios Projects
Topic: hostsgroup others
Replies: 3
Views: 2060

hostsgroup others

Hello,
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...
         } 
Thank you.