summaryrefslogtreecommitdiff
path: root/misc/upclient/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/upclient/files/patch-ab')
-rw-r--r--misc/upclient/files/patch-ab15
1 files changed, 12 insertions, 3 deletions
diff --git a/misc/upclient/files/patch-ab b/misc/upclient/files/patch-ab
index ab837aa78c5d..e65685849647 100644
--- a/misc/upclient/files/patch-ab
+++ b/misc/upclient/files/patch-ab
@@ -1,5 +1,5 @@
---- src/conf/upclient.conf.orig Thu Oct 10 04:36:24 2002
-+++ src/conf/upclient.conf Sat Oct 19 19:41:36 2002
+--- src/conf/upclient.conf.orig Sat Nov 30 03:27:16 2002
++++ src/conf/upclient.conf Wed Dec 18 02:31:09 2002
@@ -9,7 +9,7 @@
AuthKey = <your_authkey> # Your Authorization key
@@ -8,4 +8,13 @@
+Interval = 550 # Transmit interval
UptimeServer = @UPTIMES_SERVER@ # Uptimes Project's data server
- SendIdleTime = 1 # Send your idle time
+ SendIdle = 1 # Send CPU idle percent
+@@ -20,7 +20,7 @@
+ SendCPUDetail = 1 # (BSD, Linux, Solaris & Irix only)
+ # 0 = send generic CPU architecture
+ # 1 = send specific CPU model
+-SendLoadAvg = 0 # Send 15-minute Load-average (unix only) (not implemented)
++SendLoadAvg = 1 # Send 15-minute Load-average (unix only)
+
+ # Fill in if you're behind a proxy server.
+ #ProxyServer = <your.proxy.server.com>