Tuesday, 30 October 2012

How to install Nagios core and GroundWork to work together


Approach 1: First install latest Nagios core server,configure and make it working and then install Groundwork community edition and integrate it with pre-existing nagios.

Approach 2: First install Groundwork Community edition and then update it's nagios binary to the latest version

Note:  On CentOS 6 64-bit got “ld-linux.so.2: bad ELF interpreter: No such file or directory” error while starting Network Service Agent
To fix this issue install glibc.i686 as shown below
#sudo yum install glibc.i686

1 comment:

  1. Thanks for providing these instructions. I used approach #2. Upgrading from the embedded nagios version 3.0.6 to 3.5.1 worked. But after using the same steps to upgrade to nagios 4.x (I tried 4.0.8 and 4.1.1) nagios does not start up. I get this in the nagios log

    Error: Could not load module '/usr/local/groundwork/common/lib/libbronx.so' -> /usr/local/groundwork/common/lib/libbronx.so: undefined symbol: external_command_buffer_slots

    Any thoughts on how to fix? Thanks.

    ReplyDelete