Installing Nagios on Debian Lenny
16 Oct 2009Turns out this is as simple as:
$ sudo -i
# apt-get install nagios3
# cd /etc/nagios3
# htpasswd -c htpasswd.users nagiosadmin
Then point your browser at http://localhost/nagios3/.
Turns out this is as simple as:
$ sudo -i
# apt-get install nagios3
# cd /etc/nagios3
# htpasswd -c htpasswd.users nagiosadmin
Then point your browser at http://localhost/nagios3/.