Nagios Free Monitoring Tools and How to Instal Step by Step Guide
Welcome to http://www.diarysysadmin.com/
"Nagios Monitoring" is a "free tool" if you want monitor availability for your Enterprise IT Pheriperal, nagios simple tool we can implement to system, running smooth and cloudly.
Installing configuring "nagios on ubuntu" very simple, follow instruction at this article and you will understand and got ability installing "configuring nagios" at your ubuntu server You can implement nagios not only at ubuntu machine, you also can installing and configuring nagios on another "linux kernel".
"nagios free tool" monitoring very useable when you need a tool with ability monitoring your lifetime server. Before starts, please makesure your ubuntu operating system has been installed webserver, if not, you can follow article instal and configure webmin on this article (nagios need webserver as dependency).
So, how to installing and configuring nagios on your ubuntu machine? let's check it out !!!
- Run command sudo apt-get install nagios3 nagios-nrpe-plugin
- Command above tell download packet for configure and install nagios on ubuntu server, if you has been success run above command, continue restart nagios with run a command sudo service nagios3 reload
- Success restart nagios service, then you need restart your webserver by run a command (apache2 can be only apache or another, as your packet install name for webserver) sudo service apache2 reload
- Viola, its time to see your nagios, pointing your browser to http://your-ubuntu-server-ip-address/nagios3
Below compilation command where needed for Nagios Operation :
- Delete file or folder by running sudo rm –I /etc/nagios3/conf.d/fileorfolder_want_to_delete.cfg command
- Install NRPE Plugin by running sudo apt-get install nagios3 nagios-nrpe-plugin command
- Restart Nagios Service by running sudo /etc/init.d/nagios3 restart
- Create user who can access nagios by running htpasswd /etc/nagios3/htpasswd.users smith
- command and configure access to cgi.cfg file
- Configure proxy for accessing internet via proxy by running sudo nano /etc/environment and sudo nano /etc/apt/apt.conf, fill these configuration file with below parameters :
http_proxy=http://username:password@proxyhost:port/
https_proxy=http://username:password@proxyhost:port/
ftp_proxy=http://username:password@proxyhost:port/ - Apache restart service by running sudo /etc/init.d/apache2 reload command
** Note : Pay attention to every detail steps that informed, failure or damage to your system or data is not my responsibility "Do With Your Own Risk" or you can do research through the Lab to minimize your system failure
Tama on Google+
Nagios Free Monitoring Tools and How to Instal Step by Step Guide
Reviewed by Futurenight
on
23:48
Rating:

No comments:
Comment with ur smile :)