Dave's Brain

Browse - computer tips - quick nagios setup

Date: 2008apr5

Q.  How do I quickly install Nagios on RedHat/Fedora?

A.  This worked for me:

	yum install nagios nagios-plugins-all

	htpasswd -c /etc/nagios/passwd nagios-admin
	<select a password>
	
	service nagios start

Browse to:

	http://localhost/nagios/

and login with

	User: nagios-admin
	Password: <that you selected above>

You can now customize you setup by editing /etc/nagios/localhost.cfg

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.