summaryrefslogtreecommitdiffstats
path: root/remote/kaas.sh
blob: 5fc1b4a85f944291d623789df8c37c2b331907cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash

[ -z $report ] && source 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" 
report "check_kaas" "print_table | column -t -s '/' -o '/' | decorate_table"