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
The plugins are in /usr/lib/nagios/plugins
| What this info useful to you? You can donate to say thanks |
Add a comment
Sign in to add a comment