Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Ping sweep with reporting

by StarkRavingCalm (Sexton)
on May 15, 2007 at 14:40 UTC ( [id://615561]=note: print w/replies, xml ) Need Help??


in reply to Ping sweep with reporting

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Ping sweep with reporting
by cengineer (Pilgrim) on May 15, 2007 at 14:54 UTC
    Depending on the output from your ping program (/usr/sbin/ping), you may have to adjust the line:
    if ($ping_out !~ /is alive/){ print "$_ isn't pinging\n"; }
    to something like
    if ($ping_out !~ /bytes from/){ print "$_ isn't pinging\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-25 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found