Upclient is a program that keeps track of your server uptime, and lets you compare it with the uptime of other (similar) hosts. It consists of two parts, a client- and a serverpart. The client runs on your server and sends the uptime every few minutes to the server. The server collects all data in a table on this site. Package re-added after the service formerly offered by uptimes.net is now again online as http://www.wonko.com/
13 lines
427 B
Text
13 lines
427 B
Text
$NetBSD: patch-ab,v 1.5 2002/05/07 22:25:04 hubertf Exp $
|
|
|
|
--- scripts/upchk.orig Tue Jun 19 11:15:24 2001
|
|
+++ scripts/upchk Tue Jun 19 11:15:51 2001
|
|
@@ -24,7 +24,7 @@
|
|
#
|
|
|
|
# change this to the full path AND name of your upclient executable:
|
|
-upclient="/usr/local/sbin/upclient"
|
|
+upclient="@PREFIX@/bin/upclient"
|
|
|
|
# change this to the name of your upclient's pidfile (as defined in
|
|
# config.h of the upclient distribution)
|