Re: [PHP] icmp ping, check port, etc.

2002-11-14 Thread Tony Earnshaw
tor, 2002-11-14 kl. 20:32 skrev Ewout de Boer: > You could exec the ping command and analyze its output using regular > expressions. I just wondered whether Bryan wasn't trying to reinvent the wheel (www.nessus.org, www.insecure.org, etc.) Best, Tony -- Tony Earnshaw Cricketers are strange

Re: [PHP] icmp ping, check port, etc.

2002-11-14 Thread Ewout de Boer
You could exec the ping command and analyze its output using regular expressions. regards, Ewout de Boer - Original Message - From: "Bryan Koschmann - GKT" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002

[PHP] icmp ping, check port, etc.

2002-11-14 Thread Bryan Koschmann - GKT
Hello, I've been looking into setting up a site to check the hosts on my network. Basically, I want it to ping each host and tell whether it is up or not, then also check various services (www, ftp, smtp, pop3, dns, ssh) and see if they are available. This would check either for a connection refus