diff options
| author | Jeff Carr <[email protected]> | 2024-11-18 20:22:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-18 20:22:12 -0600 |
| commit | afc7fedbe14d22b7090efc970a21686a050d0242 (patch) | |
| tree | 5d08116134f53cd5cf628c8dd0961d3efda03f2c /Makefile.help | |
| parent | b71fec22c8cc6c5b3be47bd782a7c807be75216c (diff) | |
someday this will workv0.0.7
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 |
