User Tools

Site Tools


server_monitoring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
server_monitoring [2009/11/17 12:31] 172.26.0.166server_monitoring [2009/11/18 13:48] 172.26.0.166
Line 91: Line 91:
 Running the following command will create a new file called htpasswd.users in the /usr/local/nagios/etc directory. It will also create an username/password entry for nagiosadmin. You will be asked to provide a password that will be used when nagiosadmin authenticates to the web server. Running the following command will create a new file called htpasswd.users in the /usr/local/nagios/etc directory. It will also create an username/password entry for nagiosadmin. You will be asked to provide a password that will be used when nagiosadmin authenticates to the web server.
 <code>htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin </code> <code>htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin </code>
 +
 +=== Accessing Nagios ===
 +
 +----
 +http://172.26.0.205:4020/nagios/
 +
 +with : username = nagiosadmin
 +     : password = nagios
 +
 +