Re: [Nagios-devel] Nagios 3 problem with templated SVC dependancies

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] Nagios 3 problem with templated SVC dependancies

Post by Guest »

Thomas Guyot-Sionnest wrote:
> Hi list,
>
> I converted a working v2 config to v3 and there's one thing that broke.
> I have servicedependency templates of this form:
>
> define servicedependency {
> hostgroup_name some_hostgroup,some_other_hostgroup
> name some_svc_dep
> register 0
> }
>
> This works well on v2.7, but on CVS HEAD I get this:
>
> Error: Could not expand master services specified in service dependency
> (config file 'path_to_some_templates.cfg', starting on line 123)
>
> Is that supposed to work?
>
> Thomas

It should. I'll add a test to skip expansion for dependencies that
shouldn't be registered.


Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





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