From d1ac73034b523f42764589c22ee0890b080ed144 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sat, 20 Apr 2019 15:43:17 +0200 Subject: [PATCH] removed unimplemented checks [CI SKIP] --- riffol.conf | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/riffol.conf b/riffol.conf index b6ec319..445b967 100644 --- a/riffol.conf +++ b/riffol.conf @@ -84,30 +84,32 @@ healthchecks riffol { proc://riffol ] timeout 2 - interval 10000 + interval 1000 } healthcheck http { checks [ - "http://127.0.0.1:80" + tcp://127.0.0.1:80 ] - interval 15 + interval 30 timeout 20 } healthcheck hub { checks [ - "http://127.0.0.1:8000" - "tcp://127.0.0.1:8080" + tcp://127.0.0.1:8000 + tcp://127.0.0.1:8080 ] - interval 15 + interval 80 timeout 60 } healthcheck server { checks [ - "http://127.0.0.1:8082" + tcp://127.0.0.1:8082 + proc://ccnet-server + proc://seaf-server ] - interval 16 - timeout 15 + interval 10 + timeout 5 }