From 020de631c8da1f0dd674c0593acf5d814b713bf3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 30 Oct 2024 09:14:20 -0500 Subject: try to send a create Signed-off-by: Jeff Carr --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04519de..93b43b1 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: build ./virtigoctl --version ./virtigoctl --help + make dump-droplets build: GO111MODULE=off go build -v -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}" @@ -38,11 +39,20 @@ git-clone: go-clone --recursive --go-src --no-work go.wit.com/apps/gowebd go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod +dump-uptime: + ./virtigoctl dump --uptime=true + dump-droplets: ./virtigoctl dump --droplets=true dump-droplets-full: - ./virtigoctl dump --droplets=alsdfkj + ./virtigoctl dump --droplets-full=true + +dump-hypervisors: + ./virtigoctl dump --hypervisors=true start: ./virtigoctl --start www.wit.com go.wit.com + +filename-nagios: + ./virtigoctl create --filename=/home/nfs1/node004/kvm/nagios.lab.wit.org.qcow2 -- cgit v1.2.3