Installation and Configuration
yum install httpd php gcc glibc glibc-common gd gd-devel -y
useradd nagios
groupadd nagcmd
usermod -a -G nagcmd nagios
usermod -a -G nagcmd apache
yum install -y rpm-build doxygen gperf bind-utils mysql-devel net-snmp-utils openssl-devel postgresql-devel samba-client
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,
(
Read more... )