[Nagios-devel] Nagios 4 on Solaris 10

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] Nagios 4 on Solaris 10

Post by Guest »

Hi!

Has anyone tried the latest Nagios 4 code on Solaris 10?=20

We get "(Service check did not exit properly)" for every active check =
result. It looks to me like the worker process code has something which =
is not working in Solaris. I think the communication is okay.

There is a lib/wproc which looks like a worker test executable, which =
executes commands from stdin via the worker process. This seems to =
execute on the Solaris worker process and gets the output and errors, =
but doesn't finish correctly.

The simplest reproduction is to use the worker test executable. cd lib =
&& make wproc. This will fail with some missing symbols. Compile by =
adding '-lsocket -lnsl' to the compiler flags. Run ./wproc and enter =
'hostname'. This will timeout before returning the result.

Any ideas? Any Solaris users?

Ton






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: ton.voon@opsview.com
Locked