diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 06:35:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 06:35:32 +0000 |
commit | c547be44daf3593c2646c7bf24a8a0c37ccfa164 (patch) | |
tree | 7a525feb113b00ddc60d325a304eac71ae89de76 /misc/upclient/files/patch-ab | |
parent | Update to 4.0.3. (diff) |
Update to 5.0.b6.
PR: 46339
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72346
Diffstat (limited to 'misc/upclient/files/patch-ab')
-rw-r--r-- | misc/upclient/files/patch-ab | 15 |
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> |