Re: [Nagios-devel] hostgroups in servicegroup definition

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] hostgroups in servicegroup definition

Post by Guest »


For last few installations I've been setting it as:
define service{
service_description Service
hostgroup_name hostgroup1,hostgroup2
servicegroups sgroup1,sgroup2
}
And I also have been doing it almost entirely hostgroup-specific.

On Wed, 8 Nov 2006, Rob Brown wrote:

> Has anybody made a patch to allow a hostgroup name to be used in a
> servicegroup definition?
> define servicegroup{
> servicegroup_name service1
> alias alias
> members hostgroup1,service1,hostgroup2,service1,hostgroup3,service1
> }
> I saw some old posts about this on the users list but never any solution.
>
> I am looking at implementing servicegroups, but having to specify for
> each host,service would make the members line very very long in my
> case.
> I also understand many people are using the servicegroup in the
> service definition but due to the way we have structured our services
> and escalations (all by hostgroup) we tend to be hostgroup centric.
> Adding this ability would be key.
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk ... dat=121642
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked