summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-12 22:21:48 -0500
committerJeff Carr <[email protected]>2024-10-12 22:21:48 -0500
commite19465c39f035670f4c368bcee91f6c2135022b4 (patch)
tree1a96499d26256746aee2b95c9b2b40357579738f
parentdf85c5237656f02a1bbc58e964701843f9e191f7 (diff)
more shortcuts
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile.help12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index 9e5841f..da38520 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -5,7 +5,13 @@ all:
@echo "make enable # enable virtigod on boot"
log:
- @journalctl -f -xeu virtigod.service
+ journalctl -f -xeu virtigod.service
+
+curl-vms:
+ curl http://localhost:2520/vms
+
+curl-kill:
+ curl http://localhost:2520/kill
status:
systemctl status virtigod.service
@@ -13,9 +19,13 @@ status:
enable:
systemctl enable virtigod.service
+stop:
+ systemctl stop virtigod.service
+
restart:
systemctl stop virtigod.service
systemctl start virtigod.service
+ make log
log-libvirt-guests:
journalctl -n 10 -xeu libvirt-guests.service