RE: Question RE urllib

2013-12-17 Thread Jeff James
So I'm using the following script to check our sites to make sure they are all up and some of them are reporting they are down when, in fact, they are actually up. These sites do not require a logon in order for the home page to come up. Could this be due to some port being blocked internally ?

Re: Question RE urllib

2013-12-17 Thread Larry Martell
On Tue, Dec 17, 2013 at 10:26 AM, Jeff James j...@jeffljames.com wrot So I'm using the following script to check our sites to make sure they are all up and some of them are reporting they are down when, in fact, they are actually up. These sites do not require a logon in order for the home

Re: Question RE urllib

2013-12-17 Thread Tobiah
On 12/17/2013 08:10 AM, Larry Martell wrote: On Tue, Dec 17, 2013 at 10:26 AM, Jeff James j...@jeffljames.com mailto:j...@jeffljames.com wrot So I'm using the following script to check our sites to make sure they are all up and some of them are reporting they are down when, in fact,

Re: Question RE urllib

2013-12-16 Thread Larry Martell
On Mon, Dec 16, 2013 at 6:40 AM, Jeff James j...@jeffljames.com wrote: So I'm using the following script to check our sites to make sure they are all up and some of them are reporting they are down when, in fact, they are actually up. These sites do not require a logon in order for the home

Re: Question RE urllib

2013-12-16 Thread Tim Chase
On 2013-12-16 04:40, Jeff James wrote: These sites do not require a logon in order for the home page to come up. Could this be due to some port being blocked internally ? Only one of the sites reporting as down is https but all are internal sites. Is there some other component I should be

Re: Question Re urllib (Jeff James)

2013-12-16 Thread Jeff James
://#.main..com/psso/pssignsso.asp?dbname=FSPRD90 * is down* http://sharepoint..com/regions/west/PHX_NSC/default.aspx * is down* Cc: python-list@python.org Date: Mon, 16 Dec 2013 06:54:48 -0500 Subject: Re: Question RE urllib On Mon, Dec 16, 2013 at 6:40 AM, Jeff James j...@jeffljames.com

Re: Question Re urllib (Jeff James)

2013-12-16 Thread Larry Martell
2013 06:54:48 -0500 Subject: Re: Question RE urllib On Mon, Dec 16, 2013 at 6:40 AM, Jeff James j...@jeffljames.comjavascript:_e({}, 'cvml', 'j...@jeffljames.com'); wrote: So I'm using the following script to check our sites to make sure they are all up and some of them are reporting

RE: Question RE urllib

2013-12-16 Thread Jeff James
Sorry to be a pain here, guys, as I'm also a newbie at this as well. Where, exactly in the script would I place the print str(e) ? Thanks Original message : I'm not really receiving an exception other than those three sites, out of the 30 or so I have listed, are the only sites which show

Re: Question RE urllib

2013-12-16 Thread Larry Martell
On Mon, Dec 16, 2013 at 2:55 PM, Jeff James j...@jeffljames.com wrote: Sorry to be a pain here, guys, as I'm also a newbie at this as well. Where, exactly in the script would I place the print str(e) ? The line after the print site + is down line. Thanks Original message : I'm not

Re: Question Re urllib (Resolved)

2013-12-16 Thread Jeff James
This worked perfectly. Thank You Where, exactly in the script would I place the print str(e) ? The line after the print site + is down line. Original Post : I'm not really receiving an exception other than those three sites, out of the 30 or so I have listed, are the only sites

Re: Question RE urllib

2013-12-16 Thread John Gordon
In mailman.4234.1387223734.18130.python-l...@python.org Jeff James j...@jeffljames.com writes: --f46d04479f936227ee04edac31bd Content-Type: text/plain; charset=ISO-8859-1 Sorry to be a pain here, guys, as I'm also a newbie at this as well. Where, exactly in the script would I place the

Re: Question RE urllib

2013-12-16 Thread William Ray Wing
On Dec 16, 2013, at 6:40 AM, Jeff James j...@jeffljames.com wrote: So I'm using the following script to check our sites to make sure they are all up and some of them are reporting they are down when, in fact, they are actually up. These sites do not require a logon in order for the home