diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-10-22 06:39:13 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-10-22 06:39:13 +0200 |
commit | 04ff3adccc48664c366b705ab9265c155633671d (patch) | |
tree | b75b89e8fc5b8e833eb15cca59506e7b36acb554 /remote | |
parent | 9378edc09d4a0b9f19ef4314e0de7efa9634d849 (diff) | |
download | conky-master.tar.gz conky-master.tar.bz2 conky-master.tar.xz conky-master.zip |
Diffstat (limited to 'remote')
-rwxr-xr-x | remote/check_all.sh | 2 | ||||
-rw-r--r-- | remote/darksoft.sh | 2 | ||||
-rw-r--r-- | remote/ipeserv.sh | 2 | ||||
-rw-r--r-- | remote/kaas.sh | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/remote/check_all.sh b/remote/check_all.sh index a506c82..83b8bd8 100755 --- a/remote/check_all.sh +++ b/remote/check_all.sh @@ -2,7 +2,7 @@ . lib/remote/status.sh -report="short_report" +report_style="short_report" run darksoft.sh run ipeserv.sh diff --git a/remote/darksoft.sh b/remote/darksoft.sh index 09823fa..d7949a5 100644 --- a/remote/darksoft.sh +++ b/remote/darksoft.sh @@ -1,6 +1,6 @@ #! /bin/bash -[ -z $report ] && source lib/remote/status.sh +[ -z $report_style ] && source lib/remote/status.sh function check_darksoft { check "DarkSoft" "darksoft.org" "check_server_status <host> vpn/192.168.21.1" "check_server_ traffic <host> 20 50" diff --git a/remote/ipeserv.sh b/remote/ipeserv.sh index a152076..a4ace97 100644 --- a/remote/ipeserv.sh +++ b/remote/ipeserv.sh @@ -1,6 +1,6 @@ #! /bin/bash -[ -z $report ] && source lib/remote/status.sh +[ -z $report_style ] && source lib/remote/status.sh function check_ipe { # check "katrin" "katrin.kit.edu" "check_server_status <host>" diff --git a/remote/kaas.sh b/remote/kaas.sh index 31f6661..ec042f2 100644 --- a/remote/kaas.sh +++ b/remote/kaas.sh @@ -1,7 +1,6 @@ #! /bin/bash -[ -z $report ] && source lib/remote/status.sh - +[ -z $report_style ] && source lib/remote/status.sh function check_kaas { check "KaaS" "kaas.kit.edu" "check_service kaas <host> 3" |