diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:17:15 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:17:15 +0200 |
commit | fd952ed16761afcc231f16ae566af769ae1bf929 (patch) | |
tree | 0e2c607d039eca5cd38b0715005111caff0bbc2a /remote | |
parent | a46cecb394738926d5dac3c392e04825f94e5b2a (diff) | |
download | conky-fd952ed16761afcc231f16ae566af769ae1bf929.tar.gz conky-fd952ed16761afcc231f16ae566af769ae1bf929.tar.bz2 conky-fd952ed16761afcc231f16ae566af769ae1bf929.tar.xz conky-fd952ed16761afcc231f16ae566af769ae1bf929.zip |
Add monitoring of iperouter
Diffstat (limited to 'remote')
-rw-r--r-- | remote/kaas.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/kaas.sh b/remote/kaas.sh index 37d6a5a..31f6661 100644 --- a/remote/kaas.sh +++ b/remote/kaas.sh @@ -6,6 +6,7 @@ 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" |