summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-12 12:45:43 -0500
committerJeff Carr <[email protected]>2024-10-12 12:45:43 -0500
commite94b4d6626fafb20da118eb8b17e661928c2b5da (patch)
treee913fb22aadd8fcb9523d5a6cf3712b9464b63bd /main.go
parent487c6fd11c2746a71fee1a6b562e41fbb2486382 (diff)
first basic check to tell if the cluster is healthy
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index d04d9eb..0964846 100644
--- a/main.go
+++ b/main.go
@@ -24,6 +24,8 @@ func main() {
os.Exit(0)
}
+ readConfigFile("droplets")
+
log.Info("create cluser for", argv.Hosts)
for _, s := range argv.Hosts {
me.names = append(me.names, s)