Improve the monitoring setup script and fix bugs in the monitoring config.

This commit is contained in:
Vishnu Kannan
2014-11-07 01:23:14 +00:00
parent ad9cb982e5
commit 37af9210ba
7 changed files with 46 additions and 17 deletions

View File

@@ -322,3 +322,7 @@ kube-up() {
echo " subject to \"Man in the middle\" type attacks."
echo
}
function setup-monitoring {
echo "TODO"
}