summaryrefslogtreecommitdiffstats
path: root/remote/kaas.sh
blob: 436ee308dfe64d2898979778fa622bf4fe1cbf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
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"