2011/2/17 Hermann Lauer <hermann.la...@iwr.uni-heidelberg.de>

> Hello,
>
> is something like the following poller tag definition
> thinkable ?
>
>  define poller{
>       poller_name      poller-monitor
>       address          test
>       port             7879
>       poller_tags      monitoring,_untagged_
> }
>

or use another poller object attribute (what if some admin create a tag
"_untagged_" ;)) :

*untagged True|False*   ##  by default default it's True

but if a poller has some *poller_tags* defined then *untagged* automatically
becomes False ; if admin wants the poller still to be also a  "untagged" one
then he has to explicitely put the two directives :
define poller {
...
*poller_tags          monitoring,xxx,yyy*
*untagged            True  *
*
*
...
}


not better ?


greg




> This would avoid to run two pollers in small installations
> with most of the services untagged.
>
> Or something like a default_poller_tag=blue would also help.
>
> Any other ideas or comments ?
>
> Thanks,
>
>  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
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Shinken-devel mailing list
> Shinken-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shinken-devel
>
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to