Nagios Core + Nagios plugins basic install from source on Centos 6.x
Download nagios core source In my case the latest stable nagios is nagios-4.0.8 Here’s the URL: http://www.nagios.org/download/core/thanks/?t=1414494536 Install some dependecy packages yum install httpd php gd gd-devel gcc glibc glibc-common openssl perl perl-devel make mailx Create nagios user/groups useradd nagios groupadd nagcmd usermod -a -G nagcmd nagios Untar the source and install… Continue reading Nagios Core + Nagios plugins basic install from source on Centos 6.x