Re: [Nagios-devel] Two Service Escalation Bugs

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] Two Service Escalation Bugs

Post by Guest »

Hi,

On 5/6/09 5:36 PM, Mark Gius wrote:
> The first bug relates to service escalations. According to the object
> tricks documentation
> (http://nagios.sourceforge.net/docs/3_0/ ... ricks.html), it is valid
> to define a service escalation as follows
>
> define serviceescalation {
> name office-escalation
> register 0
>
> host_name *
> service_description *
> escalation_period workhours
> escalation_options c,u,r
> }
>
> On all three of the builds I tried, this results in a "Could not expand
> services specified in service escalation" error. After consulting this
> mailing list post
> (http://article.gmane.org/gmane.network. ... devel/5933), I disabled
> regex, which allows me to use "*" in host_name, but not in
> service_description.
>
> This bug could be a result of incorrect documentation in the tricks page.

Make sure every host has a service associated with it or Nagios won't be
able to expand the list of services.

http://article.gmane.org/gmane.network. ... devel/5998

--
Mathieu





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