Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Internet Connection Uptime Logger (ICMP or HTTP)

by ybiC (Prior)
on Feb 12, 2001 at 23:28 UTC ( #57958=note: print w/replies, xml ) Need Help??


in reply to Internet Connection Uptime Logger

That's pretty cool, zeno.   8^)

One reason for fetching page headers instead of using ping is if you can't run the script from a host in your DMZ, and your firewall blocks ICMP.   It also eliminates false negatives if the website you pick doesn't respond to ICMP.   Or you could use this goody to nail up a dial connection - some ISPs don't hold a line up for ICMP but will, of course, for HTTP.

BTW, I changed the open OUT,">>",$log lines like so: open (OUT, ">>$log") to get rid of this error:
Too many arguments for open at lines (open OUT) near "$log or"
Perl 5.00503 on Debian 2.2.
    cheers,
    Don
    striving for Perl Adept
    (it's pronounced "why-bick")

  • Comment on Re: Internet Connection Uptime Logger (ICMP or HTTP)

Replies are listed 'Best First'.
Re: Re: Internet Connection Uptime Logger
by zeno (Friar) on Feb 12, 2001 at 23:41 UTC

    Good point ybiC. There's no reason for me to use the three argument syntax, and it causes it to be incompatible with previous versions. I've changed the perlfunc:open code to your suggestion. Thanks! -zeno

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://57958]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2023-04-01 14:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?