Installing Nagios on Debian Lenny

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/.

comments powered by Disqus