Tag: Nagios Installation

  • Nagios Installation

    1) Install Required Dependencies #yum install -y httpd php gcc glibc glibc-common gd gd-devel make net-snmp 2) Create Nagios User and Group #useradd nagios #groupadd nagcmd 3) Next, add both the nagios user and the apache user to the nagcmd group. #usermod -G nagcmd Nagios #usermod -G nagcmd apache 4) Create Nagios directory. #mkdir /root/nagios…