Thank you! I came to know later, the page that I am trying to monitor uses NTLM authentication and it cannot be done with check_http since it only support basic authentication.
I solved this issue with chech_http_ntlm plugin
Search found 3 matches
- Sat Aug 03, 2013 12:03 am
- Forum: Nagios XI
- Topic: URL Monitor - OUTPUT: HTTP WARNING: HTTP/1.1 401 Unauthorize
- Replies: 2
- Views: 11166
- Sat Aug 03, 2013 12:00 am
- Forum: Nagios XI
- Topic: Nagios Report
- Replies: 1
- Views: 546
Nagios Report
Hello All, I need to generate a weekly report in the below format (for multiple hosts or for a hostgroup) Servername: test.domain.com Alert type: CPU Times it has show from 8/01 – 8-07 (full week) Alert type: Disk Space And I was able to generate it (Reports -> legacy Reports -> Alert Histogram) but...
- Wed Jul 24, 2013 10:40 pm
- Forum: Nagios XI
- Topic: URL Monitor - OUTPUT: HTTP WARNING: HTTP/1.1 401 Unauthorize
- Replies: 2
- Views: 11166
URL Monitor - OUTPUT: HTTP WARNING: HTTP/1.1 401 Unauthorize
Hello All, I am trying to monitor a URL (http://www.example.com) but it shows "OUTPUT: HTTP WARNING: HTTP/1.1 401 Unauthorized" error. I tried to pass authentication (-a \"username:password - check_http plugin) but its not working. The problem is, URL prompts username and password (Au...