matt_01
11-02-2001, 09:59 PM
Does anyone know, if there is a Sript that checks a IP or Webserver if its still allive or online ?
Matt
Matt
![]() | View Full Version : Checking if IP is oline ? matt_01 11-02-2001, 09:59 PM Does anyone know, if there is a Sript that checks a IP or Webserver if its still allive or online ? Matt phpjames 11-02-2001, 10:21 PM PING!?! William 11-02-2001, 10:25 PM open your start / run / ping servername If your computer fails to do this it could be a mac :) unless macs have ping, don`t know :) matt_01 11-03-2001, 08:51 AM I found that PHP scriot. It tells me if a Host is offline or online.. (http://www.meier-meyer.com/cgi-bin/live/test.html) What im tring to do is making a Page that tells me if the hostname/ip is online, if a Mail Server is online, if the DNS Server are online.. Anybody and idears ? matt Chicken 11-03-2001, 12:52 PM I used to use this: http://uptime.arsdigita.com/uptime/about.tcl But they seemed to have died but have a link to this: http://uptime.openacs.org/uptime/ There are monitoring sites, for example http://qwkmon.net/ is another... William 11-03-2001, 02:14 PM www.ipsentry.com is what most use :) phpjames 11-03-2001, 06:33 PM I like this one ;-) http://scripts.kdawebservices.com/kdamon/ |