summaryrefslogtreecommitdiff
path: root/net/upclient/pkg
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-04-06 20:09:59 +0000
committerhubertf <hubertf@pkgsrc.org>1999-04-06 20:09:59 +0000
commitc084681fdb6f093114ca96e7e4fc4bca8a3315c6 (patch)
tree909a45230d309606aa162a1c35916dd23d880f4f /net/upclient/pkg
parent60060ae31db5d5c2d7587e286c5038c34b713da1 (diff)
downloadpkgsrc-c084681fdb6f093114ca96e7e4fc4bca8a3315c6.tar.gz
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.
Diffstat (limited to 'net/upclient/pkg')
-rw-r--r--net/upclient/pkg/COMMENT1
-rw-r--r--net/upclient/pkg/DESCR6
-rw-r--r--net/upclient/pkg/MESSAGE10
-rw-r--r--net/upclient/pkg/PLIST7
4 files changed, 24 insertions, 0 deletions
diff --git a/net/upclient/pkg/COMMENT b/net/upclient/pkg/COMMENT
new file mode 100644
index 00000000000..2ea90f687f8
--- /dev/null
+++ b/net/upclient/pkg/COMMENT
@@ -0,0 +1 @@
+Keeps track of your server uptime, and lets you compare it other hosts
diff --git a/net/upclient/pkg/DESCR b/net/upclient/pkg/DESCR
new file mode 100644
index 00000000000..373c6d2cd3f
--- /dev/null
+++ b/net/upclient/pkg/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/pkg/MESSAGE b/net/upclient/pkg/MESSAGE
new file mode 100644
index 00000000000..e7d46363987
--- /dev/null
+++ b/net/upclient/pkg/MESSAGE
@@ -0,0 +1,10 @@
+To fully configure the upclient, you need to
+
+1. Register at http://uptime.hexon.cx/register.html
+2. Confirm your account as stated in the mail you get
+3. Login on the web site and add a host, note the host ID
+4. Copy @PREFIX@/etc/upclient.conf.example to @PREFIX@/etc/upclient.conf
+ and enter your values for the HostID, Login, Password and Interval.
+5. Start upclient via @PREFIX@/etc/rc.d/upclient.sh either manually
+ or via /etc/rc.local.
+6. Watch your host show up on the list.
diff --git a/net/upclient/pkg/PLIST b/net/upclient/pkg/PLIST
new file mode 100644
index 00000000000..64b7f03074d
--- /dev/null
+++ b/net/upclient/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/06 20:10:00 hubertf Exp $
+bin/upclient
+etc/rc.d/upclient.sh
+share/doc/upclient/CHANGES
+share/doc/upclient/COPYING
+share/doc/upclient/README
+etc/upclient.conf.example