diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-05-07 22:20:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-05-07 22:20:59 +0000 |
commit | 6c365d797a9dea8a62bb648705b2161e634eb043 (patch) | |
tree | 4feada05c9ef6118893ada7a0c293756193ecf27 | |
parent | 7a34943d2af5548b99fbfa7c61cdf5fcc356c1c0 (diff) | |
download | pkgsrc-6c365d797a9dea8a62bb648705b2161e634eb043.tar.gz |
Re-Added upclient-4.2.1.23: Keeps track of your server uptime
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/
-rw-r--r-- | net/upclient/DESCR | 6 | ||||
-rw-r--r-- | net/upclient/MESSAGE | 10 | ||||
-rw-r--r-- | net/upclient/PLIST | 11 | ||||
-rw-r--r-- | net/upclient/patches/patch-ad | 13 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net/upclient/DESCR b/net/upclient/DESCR new file mode 100644 index 00000000000..373c6d2cd3f --- /dev/null +++ b/net/upclient/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/net/upclient/MESSAGE b/net/upclient/MESSAGE new file mode 100644 index 00000000000..d9f4dfccb9e --- /dev/null +++ b/net/upclient/MESSAGE @@ -0,0 +1,10 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2002/05/07 22:20:59 hubertf Exp $ + +To start the Uptime Client, run the ${PREFIX}/etc/rc.d/upclient +script either manually or via /etc/rc.local. + +Register your server at http://uptimes.wonko.com then edit +${LOCALBASE}/etc/upclient.conf to add your assigned AuthKey. + +====================================================================== diff --git a/net/upclient/PLIST b/net/upclient/PLIST new file mode 100644 index 00000000000..686ad90f541 --- /dev/null +++ b/net/upclient/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/07 22:20:59 hubertf Exp $ +bin/upclient +etc/rc.d/upclient +etc/upclient.conf +share/doc/upclient/AUTHORS +share/doc/upclient/COPYING +share/doc/upclient/HISTORY +share/doc/upclient/README +share/doc/upclient/FAQ +share/doc/upclient/INSTALL +@dirrm share/doc/upclient diff --git a/net/upclient/patches/patch-ad b/net/upclient/patches/patch-ad new file mode 100644 index 00000000000..2f24736eef9 --- /dev/null +++ b/net/upclient/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/05/07 22:20:59 hubertf Exp $ + +--- conf/upclient.conf.orig Sat Jun 16 18:33:54 2001 ++++ conf/upclient.conf +@@ -9,7 +9,7 @@ + AuthKey = <your_authkey> # Your Authorization key + + Interval = 120 # Transmit interval +-UptimeServer = data.uptimes.net # Uptimes Project's data server ++UptimeServer = uptimes.wonko.net # Uptimes Project's data server + + SendIdleTime = 1 # Send your idle time + SendLoadAvg = 1 # Send load average |