Core4 + CentOS 7 + Mod-Gearman

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
vgehring24
Posts: 3
Joined: Tue Oct 14, 2014 9:55 am

Core4 + CentOS 7 + Mod-Gearman

Post by vgehring24 »

Hello all, I am new to this forum, but a seasoned IT veteran. I have successfully built Nagios Core 4.0.8 on CentOS 7 VM and it is up and running, but has not been tested to monitor anything yet other than the local host. PNP4Nagios and Check_MK are also installed and running, but also not tested yet. I am heading in the direction of building the system so that it will support distributed monitoring and have been looking at Mod-Gearman. After reading other posts here and looking at ConSol's site, I am hitting the pause button and wondering if this is a good direction to go or not. Seems as though development activity was pretty active between 2010-2013, but no new releases since and current BP/guidance seems to indicate that attempting to run Gearman on anything newer than CentOS/RHEL 6 will not be stable. I am also having doubts about Core 4/CentOS7 stability and realize a downgrade may be in my future, but also know that the collective communities will eventually get it figured out. So for the time being, does anybody have an opinion about this roadmap or have a better suggestion about which components to use for building a distributed system?

Thanks in advance!
User avatar
eloyd
Cool Title Here
Posts: 2129
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: Core4 + CentOS 7 + Mod-Gearman

Post by eloyd »

I recommend Nagios on Centos 6.5 (or now, 6.6) since 7 doesn't really give you anything more except some fairly major ways that the OS is managed are different. Nothing wrong with change, but Nagios 4.X and CentOS 6.X are perfect together.

As for mod_gearman, we will discuss that when we have our discussion next week.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoydI'm a Nagios Fanatic!
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Core4 + CentOS 7 + Mod-Gearman

Post by abrist »

Just a heads up, you can get a 64bit gearman rpm (with the newline and core 4 fixes) from:

Code: Select all

cd /tmp
For 64-bit CentOS/RHEL 6 Nagios servers:

Code: Select all

wget
http://assets.nagios.com/downloads/mod_gearman/rpms/mod_gearman-1.5.0b1-1.el6.x86_64.rpm
yum localinstall -–nogpgcheck mod_gearman-1.5.0b1-1.el6.x86_64.rpm
For 32-bit CentOS/RHEL 6 Nagios servers:

Code: Select all

wget
http://assets.nagios.com/downloads/mod_gearman/rpms/mod_gearman-1.5.0b1-1.el6.i386.rpm
yum localinstall -–nogpgcheck mod_gearman-1.5.0b1-1.el6.i386.rpm
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked