Search found 2 matches

by stwilson74
Wed Jun 16, 2010 2:28 pm
Forum: Open Source Nagios Projects
Topic: Digest not working?
Replies: 3
Views: 2238

Re: Digest not working?

Solved my own issue, I am not a Linux guy so maybe this should have been obvious but I didn't see it in the Nagios setup guides. I had to do the following to enable the digest module: $ sudo ln -s /etc/apache2/mods-available/auth_digest.load /etc/apache2/mods-enabled $ sudo /etc/init.d/apache2 reloa...
by stwilson74
Wed Jun 16, 2010 12:24 pm
Forum: Open Source Nagios Projects
Topic: Digest not working?
Replies: 3
Views: 2238

Digest not working?

I set up Nagios on a machine running Ubuntu 10.04 LTS with Apache 2.2.14. I was able to get things up and running and can successfully monitor a server with it running basic auth, but when I switch to digest I am getting "[crit] [client 127.0.0.1] configuration error: couldn't check user. No us...