diff options
| author | Jeff Carr <[email protected]> | 2024-10-30 09:14:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-30 09:14:20 -0500 |
| commit | 020de631c8da1f0dd674c0593acf5d814b713bf3 (patch) | |
| tree | 5fd87114e484c29726117f3ea03e4b83f3c421bf /Makefile | |
| parent | 7685f0b5ebc217c2489aca4c913d28a01150ad74 (diff) | |
try to send a create
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |
