Re: [Nagios-devel] Wildcard in servicegroup causes

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] Wildcard in servicegroup causes

Post by Guest »

Bernd Adamowicz wrote:
> Hi Ethan
>
>
>
> got the latest tarball an hour ago (07-17-2006) and tryied again.
>
>
>
> Seems the segfault has gone, but now Nagios doesn't recognize the
> defined service if I'm defining the servivegroup as follows:
>
>
>
> # check swap space on hosts
>
> define service{
>
> host_name BSS-MGMT*
>
> service_description Swapspace
>
> check_command check-swap
>
> use BSS-GenericService
>
> }
>
[snip]

You'll need to enable regular expressions in the main Nagios config file
in order to use * or ? in various object directives. Hope that helps.


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