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

[ -z $report_style ] && 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"