[Nagios-devel] Segmentation fault in servicegroups definition
Posted: Wed Mar 02, 2005 10:20 am
========= 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]
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]