Search found 7 matches

by jacolza
Fri Nov 18, 2016 3:57 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Re: Solaris 11 and Nagios 4.2.0

Yes thanks, issue is resolved.

Regards
by jacolza
Thu Nov 17, 2016 6:09 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Re: Solaris 11 and Nagios 4.2.0

Nagios 4.2.2 compiled and installed successfully, even the GUI install is working properly now without having to edit the Makefile. I have been running this on the standby platform for more than 5 days with a production workload and the CPU load has dropped form an average of 9 to below 1. Still see...
by jacolza
Tue Nov 01, 2016 2:22 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Re: Solaris 11 and Nagios 4.2.0

Yes, the hardware are the same on 4.2.1 and 3.5.1, "System Configuration: Oracle Corporation sun4v SPARC T3-1". We currently have our production system running 3.5.1 on the same sunv4 SPARC T3-1 hardware in a different site and this is still performing like a charm. Added the "nagios....
by jacolza
Sun Oct 30, 2016 4:17 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Re: Solaris 11 and Nagios 4.2.0

Thanks, got nagios 4.2.1 compiled and running stable. Even when doing ./bin/nagios -c ./etc/nagois.cfg as root it with no "Bus Error". The daemon is stable and running, but I do observe an increase in system load from an average of 2, to and average of between 8 and 9 Also see a lot of <de...
by jacolza
Mon Aug 29, 2016 3:06 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Re: Solaris 11 and Nagios 4.2.0

Thank you for the feedback and I am looking forward to the Solaris install documentation. Did some more digging around my side and ran truss against the nagios binary as follows: /usr/local/nagios:# truss ./bin/nagios -v ./etc/nagios.cfg This produced some more detail on the Bus Error, extract of in...
by jacolza
Sun Aug 28, 2016 5:46 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Re: Solaris 11 and Nagios 4.2.0

Thanks for the pointer, I have had a look at the Oracle documentation and gave it a go, even if it was for Version 4.0.2. First tried to compile with Sun Studio 12.3, this proved to be a near impossible task. So reverted to GCC, " gcc version 4.8.2 (GCC) ", as the configure script seems to...
by jacolza
Fri Aug 26, 2016 7:06 am
Forum: Open Source Nagios Projects
Topic: Solaris 11 and Nagios 4.2.0
Replies: 16
Views: 9350

Solaris 11 and Nagios 4.2.0

Anybody had any success to get Nagios 4.2.0 running in a Solaris 11 SPARC environment? It did compile fine with GCC 4.8.2, but when I do a config check it spits out a "Bus Error": # ./bin/nagios -v ./etc/nagios.cfg Reading configuration data... Read main config file okay... Bus Error This ...