Category Archives: Nagios

Nagios on CentOS

Prerequisites * Apache HTTP Server * GCC compiler * GD development libraries yum install httpd yum install gcc yum install glibc glibc-common yum install gd gd-devel Create a new nagios user account and give it a password. /usr/sbin/useradd nagios passwd … Continue reading

Posted in Linux, Nagios | Leave a comment