How to Install Nagios in Linux/CentOS server

yum install httpd gcc glibc glibc-common gd gd-devel php Create Nagios User account and groupuseradd -m nagios Create nagcmd group for allowing external commands to be submitted through the web interface. Add both the nagios user and the apache usergroupadd nagcmdusermod -a -G nagcmd nagiosusermod -a -G nagcmd apache Create Directory to store Nagios installation … Read more