Hi,

> An example may help:
> 
> define host{
>        use              linux-server
>        host_name        compute1
> }
> define host{
>        use              linux-server
>        host_name        compute2
> }
> define host{
>        use              linux-server
>        host_name        compute3
> }
> define host{
>        use              linux-server
>        host_name        compute4
> }

what about alias and address?

define hostgroup{
       hostgroup_name   compute
       alias            Compute Servers
       members          compute1,compute2,compute3,compute4
       auto_host_use    linux-server
}
This could work if host <-> hostgroup were a 1:1 relationship. But what if
a host is member in many hostgroups? (Each hostgroup can have
auto_host_use)

Gerhard

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to