adding sharepoint weburl
Posted: Wed Sep 11, 2013 11:09 am
I'm trying to add my sharepoint url to nagios, but I keep getting
HTTP WARNING: HTTP/1.1 401 Unauthorized
the error message I receive is
===
COMMAND: /usr/local/nagios/libexec/check_http -H 10.1.100.43 -f ok -I 10.1.100.43 -u "/SitePages/Home.aspx" -p 15916 -a "<username>:<Password>"
OUTPUT: HTTP WARNING: HTTP/1.1 401 Unauthorized
===
when I run on nagiosxi and try other combinations, this is the best I got
===
[root@cvglobal ~]# /usr/local/nagios/libexec/check_http -H 10.1.100.43:15916 -f ok -I 10.1.100.43 -u "/SitePages/Home.aspx" -a "<username>:<Password>"
HTTP WARNING: HTTP/1.1 400 Bad Request
===
the web address I'm trying to acess is cvg-sharep02:15916/SitePages/Home.aspx
it's probably a configuration issue, but not sure where the issue is
HTTP WARNING: HTTP/1.1 401 Unauthorized
the error message I receive is
===
COMMAND: /usr/local/nagios/libexec/check_http -H 10.1.100.43 -f ok -I 10.1.100.43 -u "/SitePages/Home.aspx" -p 15916 -a "<username>:<Password>"
OUTPUT: HTTP WARNING: HTTP/1.1 401 Unauthorized
===
when I run on nagiosxi and try other combinations, this is the best I got
===
[root@cvglobal ~]# /usr/local/nagios/libexec/check_http -H 10.1.100.43:15916 -f ok -I 10.1.100.43 -u "/SitePages/Home.aspx" -a "<username>:<Password>"
HTTP WARNING: HTTP/1.1 400 Bad Request
===
the web address I'm trying to acess is cvg-sharep02:15916/SitePages/Home.aspx
it's probably a configuration issue, but not sure where the issue is