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

[ -z $report ] && source lib/remote/status.sh


function check_kaas { 
    check "KaaS"        "kaas.kit.edu"          "check_service kaas <host> 3"
    check "Gluster"     "kaas.kit.edu"          "check_service gluster <host>"
    check "Router"	"iperouter"		"check_service router <host>"
}

print "KaaS Cluster\n" 
report "check_kaas" "print_table | column -t -s '/' -o '/' | decorate_table"