Can Nagios/Lynx/wget/curl/links do NTLM authentication?

2007-06-08 Thread Kelly Jones
I want to use Nagios to monitor a site (running on Windows/IIS) that uses NTLM for authentication. Is there a plugin/script/library/etc that can help? Reason I'm cc'ing the lynx/wget/curl/links lists: if lynx/wget/curl/links can do NTLM, I can easily write a nagios wrapper. -- We're just a Bunch

Suppressing DNS lookups when using wget, forcing specific IP address

2007-06-17 Thread Kelly Jones
I'm moving a site from one server to another, and want to use "wget -m" combined w/ "diff -auwr" to help make sure the site looks the same on both servers. My problem: "wget -m sitename.com" always downloads the site at its *current* IP address. Can I tell wget: "download sitename.com, but preten

Re: Suppressing DNS lookups when using wget, forcing specific IP address

2007-06-19 Thread Kelly Jones
t this seems really close to what I want. Any suggestions/thoughts anyone? On 6/18/07, Tony Lewis <[EMAIL PROTECTED]> wrote: Try: wget http://ip.of.new.sitename --header="Host: sitename.com" --mirror For example: wget http://66.233.187.99 --header="Host: google.com" --m