summaryrefslogtreecommitdiffstats
path: root/bwlp.config
diff options
context:
space:
mode:
authorJannik Schönartz2019-02-13 15:04:25 +0100
committerJannik Schönartz2019-02-13 15:04:25 +0100
commit4a7f8953a87fa838b2006a0f8e1877cf8340d120 (patch)
tree0c0f0d59dafa1c304ad38719c0affe7d2d41fe17 /bwlp.config
parentReplace timestamps in the log with unix timestamps (diff)
downloadbwlp-monitoring-4a7f8953a87fa838b2006a0f8e1877cf8340d120.tar.gz
bwlp-monitoring-4a7f8953a87fa838b2006a0f8e1877cf8340d120.tar.xz
bwlp-monitoring-4a7f8953a87fa838b2006a0f8e1877cf8340d120.zip
Thrift chang to default ssl context
Instead of the filepath of the certs the default ssl context is used Instead of the three file paths you can give as 6th arguments true / false to enable / disable ssl
Diffstat (limited to 'bwlp.config')
-rw-r--r--bwlp.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/bwlp.config b/bwlp.config
index af5a214..4dcf744 100644
--- a/bwlp.config
+++ b/bwlp.config
@@ -1,8 +1,7 @@
# ping name host
# https name host
# thrift name host port SAT/MASTER
-# tftp name host port filename
-# tftp name host port filename cafile certfile keyfile
+# tftp name host port filename ssl(true/false)
https Masterserver HTTPS Service https://bwlp-masterserver.ruf.uni-freiburg.de
https Fail Test 5121236
https Fail Test https://www.amazony.de/
@@ -11,9 +10,10 @@ ping Fileserver Ping files.bwlp.ks.uni-freiburg.de
ping Backup fileserver Ping bwlp-backup.ruf.uni-freiburg.de
ping Ping Fail 0.0.0.1
thrift Thrift SAT 132.230.8.192 9090 SAT
-thrift Thrift MASTER 132.230.4.16 9090 MASTER
-# thrift Thrift Timeout 132.230.4.16 9092 MASTER
-thrift Thrift SSL test 132.230.4.16 9091 MASTER ssl/CA.pem ssl/client.crt ssl/client.key
+thrift Thrift MASTER 132.230.4.16 9090 MASTER false
+# thrift Thrift Timeout 132.230.4.16 9092 MASTER false
+thrift Thrift SAT SSL test 132.230.8.192 9091 SAT true
+thrift Thrift MASTER SSL test 132.230.4.16 9091 MASTER true
ping BAS Ping bas.intra.uni-freiburg.de
ping yc 127.0.0.2
ping yx 127.0.0.3