diff options
Diffstat (limited to 'remote/kaas.sh')
-rwxr-xr-x | remote/kaas.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/remote/kaas.sh b/remote/kaas.sh new file mode 100755 index 0000000..436ee30 --- /dev/null +++ b/remote/kaas.sh @@ -0,0 +1,12 @@ +#! /bin/bash + +. lib/status.sh + + +function check_kaas { + check "KaaS" "kaas.kit.edu" "check_service kaas <host> 3" + check "Gluster" "kaas.kit.edu" "check_service gluster <host>" +} + +print "KaaS Cluster\n" +standart_report "check_kaas" "print_table | column -t -s '/' -o '/' | decorate_table" |