Can you show us the form of the username/password? You don't have to use the real values, just as long as it's the same format. For example if you were passing "someuser:secretpass" you could just put "user:pass". Seeing the domain in there makes me think you are using AD credentials which would not be the case here. You want to use the Basic Auth credentials you have set up in apache.
tmcdonald wrote:Can you show us the form of the username/password? You don't have to use the real values, just as long as it's the same format. For example if you were passing "someuser:secretpass" you could just put "user:pass". Seeing the domain in there makes me think you are using AD credentials which would not be the case here. You want to use the Basic Auth credentials you have set up in apache.
This cannot be done via check_http plugin. You will need to use a different one. I would recommend searching for a suitable plugin on the Nagios Exchange. Maybe give this one a try:
This cannot be done via check_http plugin. You will need to use a different one. I would recommend searching for a suitable plugin on the Nagios Exchange. Maybe give this one a try:
I haven't tested this plugin personally. It's a 3rd party plugin and we cannot guarantee that it is going to work well with nagios. Have you tried the other plugin (the perl script)?
Are you sure that you passed the correct credentials?
Be sure to check out our Knowledgebase for helpful articles and solutions!