> > Do the new configuration feature you announced today also allow
> > autogeneration of host sections (i.e. only naming hosts in a
> > hostgroups members list) together with the implemented
> > auto address setting ?
> >
> Hum.. I do not understand all here, especially the "(i.e. only naming hosts
> in a
> hostgroups members list)". For the auto address it should work for all
> hosts, what ever how they are defined. What I post today was for service
> generation, not the host one.

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
}

define hostgroup{
       hostgroup_name   compute
       alias            Compute Servers
       members          compute1,compute2,compute3,compute4
}

My idea is to short that to something like:

define hostgroup{
       hostgroup_name   compute
       alias            Compute Servers
       members          compute1,compute2,compute3,compute4
       auto_host_use    linux-server
}

Probably there are other mechanisms to achieve the same.

> > And one last question: Will shinken releases contain the html
> > documentation (near the release date, of course)
> > from the wiki, as the old docs are removed now ?
> >
> No unless we find a good way to dump the html from the wiki site. But I can
> take all the wiki pages in txt format (thanks dokuwiki for this) and we can
> see what we can do with it.

Thats a good starting point.
Thank you very much,
  Hermann

-- 
Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres 
Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg
IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224
Email: hermann.la...@iwr.uni-heidelberg.de

------------------------------------------------------------------------------
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