diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -74,3 +74,15 @@ git-clone: go-clone --recursive --go-src --no-work go.wit.com/apps/virtigo 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 + +http-uptime: + curl --silent http://localhost:8080/uptime + +http-droplets: + curl --silent http://localhost:8080/droplets + +http-missing: + curl --silent http://localhost:8080/missing + +http-dumplibvirtxml: + curl --silent http://localhost:8080//dumplibvirtxml |
