From 6c365d797a9dea8a62bb648705b2161e634eb043 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 7 May 2002 22:20:59 +0000 Subject: 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/ --- net/upclient/DESCR | 6 ++++++ net/upclient/MESSAGE | 10 ++++++++++ net/upclient/PLIST | 11 +++++++++++ net/upclient/patches/patch-ad | 13 +++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 net/upclient/DESCR create mode 100644 net/upclient/MESSAGE create mode 100644 net/upclient/PLIST create mode 100644 net/upclient/patches/patch-ad (limited to 'net/upclient') 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 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 -- cgit v1.2.3