diff options
Diffstat (limited to 'Makefile.help')
| -rw-r--r-- | Makefile.help | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.help b/Makefile.help index ca0c9ef..c64a2dc 100644 --- a/Makefile.help +++ b/Makefile.help @@ -7,15 +7,11 @@ all: log: journalctl -f -xeu zood.service -curl-vms: - curl http://localhost:2520/vms +curl-toggle-PING-output: + curl "http://localhost:2521/flag?flag-PING" curl-kill: - curl http://localhost:2520/kill - -curl-dumpdomain-coriolis: - # information about libvirt domain for vm 'coriolis': - curl --silent http://localhost:2520/dumpdomain?domain=coriolis + curl http://localhost:2521/kill status: dpkg -s zood |
