Our network and servers should be carefully looked after, otherwise you will have a lot of trouble or find a tool to help us manage these people care about the machine----Nagios
Here a simple configuration of the monitoring host, in-depth configuration needs a lot of learning, online information a lot
The following simple write out my own configuration, maybe there is a wrong place, please point out, thank you, your see
1. Create Nagios Users
AddUser Nagios
Mkdir/usr/local/nagios
Chown Nagios.nagios/usr/local/nagios
3. Unpack and download the installation package
Tar xzvf nagios-version.tar.gz
2, compile
Go to unpack directory execution
./configure--prefix=/usr/local/nagios
--with-nagios-user=nagios
--with-nagios-group=nagios
--with-command-group= Nagios
Make all
Make install
Make Install-config
Make Install-init
Nagios Installation Complete
3, to create access to Nagios Authenticated users
/usr/bin/htpasswd-c/usr/local/nagios/etc/htpasswd Andy
Follow the prompts to set the password.
Apache is already installed to the directory/usr/local/apache/.