Re: [Nagios-devel] Segmentation fault in servicegroups 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] Segmentation fault in servicegroups definition

Post by Guest »

Thanks for the report - fix will be in CVS shortly.

On 2 Mar 2005 at 15:20, Leonardo Henrique Machado wrote:

> ========= No SegFault ============
>
> define servicegroup{
> servicegroup_name Pings
> alias Ping nos computadores
> members nagios-server,PING
> }
> ============================
>
> But this one returns segfault em testing with -v switch
>
> ========= Returns SegFault ============
>
> define servicegroup{
> servicegroup_name Pings
> alias Ping nos computadores
> members PING
> }
> ============================
>
> I know that I must put the host name before the service name in the
> member variable. The problem is that Segfault message does not help us
> finding the problem.
>
> ======= Message ===========
> Nagios 2.0b2
> Copyright (c) 1999-2005 Ethan Galstad (www.nagios.org)
> Last Modified: 02-09-2005
> License: GPL
>
> Reading configuration data...
>
> Segmentation fault
> ========================
>
> --
> Leonardo Henrique Machado
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real
> users. Discover which products truly live up to the hype. Start
> reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________ Nagios-devel mailing
> list [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>
>



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