From 2745ff727fbf63dc4297dfa233e4934a3a1d4181 Mon Sep 17 00:00:00 2001 From: jrandom Date: Fri, 30 Apr 2004 07:16:30 +0000 Subject: [PATCH] don't include a peer by default --- installer/java/src/heartbeat.config | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/installer/java/src/heartbeat.config b/installer/java/src/heartbeat.config index 43cf4438b..a88c986a5 100644 --- a/installer/java/src/heartbeat.config +++ b/installer/java/src/heartbeat.config @@ -10,27 +10,19 @@ privateDestinationFile=heartbeat.keys # where do we want to export the plain base64 of our destination? publicDestinationFile=heartbeat.txt -## -# the following configures this client to send a heartbeat ping to the heartbeat -# server specified (which is being run on a fairly fast and reliable router, at -# least for the moment). If you want to run this test, uncomment the following -# lines and run the heartbeat engine (or if the heartbeat engine is configured -# to fire on router startup, you'll need to restart your router). -## - # full destination to the peer -peer.0.peer=8b8zBtmYGzl8pKkSJ6nYln6YEvJkKhsykwBtMaiBBizSHGsIqEG8O~oCQ62H-Yf7kw~H8292XhUOhN-hfMVPl6ulMybdV2utSPq5x2vq-1mczXWieIEBIxn3FOMguAdGb-Wu3ja2IThvwx62JgO9VSu2N5RktVkV~38XlkUmmA-f~JS5~rG~Ov-QIeFWPkyXpw-kPI2Yw6FZ5OdkXmXg0Kpb61pHXwMhAKT9YPw275Y6CvsgVKWhzHEqklwQ53jUwivn-NNXnEMWPI3jKmN3BNcJ~nGKWAHs-d5S375FDPq3pAde~-UutUWu~yEDG9xwmPyM0foS3tuUgyCkE7i4Io2VUAXAlXBKL4V7WNReHTnG2n2cC06KCebufcjUthtHzXQGi4kJBPmvKK3U7GyVDXUHeeBXKZjDcjZmOKS9Cgy2mbJ-L-ypYaUsXXWAW~2YqpMpQp22JoqNh8IIPaBmCjlw-ENfdRM0nKysWr6wULoYPaOC9Hi6GaXMPIIqMM6TAAAA +#peer.0.peer=[base64 of the destination] # where we'll write out the stat data -peer.0.statFile=heartbeatStat_30s_1kb.txt +#peer.0.statFile=heartbeatStat_30s_1kb.txt # how many minutes of data we'll keep (3 hours) -peer.0.statDuration=180 +#peer.0.statDuration=180 # how often we'll write out the state (every 30 seconds) -peer.0.statFrequency=30 +#peer.0.statFrequency=30 # how often we'll send the peer a ping (every 30 seconds) -peer.0.sendFrequency=30 +#peer.0.sendFrequency=30 # how large the pings and pongs will be (1KB) -peer.0.sendSize=1024 +#peer.0.sendSize=1024 # what moving averages should we keep (1, 5, 30, and 120 minutes) -peer.0.averagePeriods=1 5 30 120 +#peer.0.averagePeriods=1 5 30 120 # moo -peer.0.comment=Test with localhost sending 1KB every 30 seconds +#peer.0.comment=Test with localhost sending 1KB every 30 seconds