[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

[Nagios-devel] Segmentation fault in servicegroups definition

Post by Guest »

========= 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





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