summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-04-27 17:38:56 +0200
committernicolargo <nicolashennion@gmail.com>2024-04-27 17:38:56 +0200
commit2aa3f418dfaf4c0f80fc25d211397caefb70c0d3 (patch)
treeea4ad158a928afebf3bcb07a39f374bc92f33185 /Makefile
parentf19e98417aacfc1b4e4937cf8456654349139026 (diff)
Alert timestamp is incorrect #2591
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99dfff09..06423368 100644
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,9 @@ run-docker-ubuntu-dev: ## Start Glances Ubuntu Docker dev in console mode
run-webserver: ## Start Glances in Web server mode
./venv/bin/python -m glances -C ./conf/glances.conf -w
+run-webserver-local-conf: ## Start Glances in Web server mode with the system conf file
+ ./venv/bin/python -m glances -w
+
run-restapiserver: ## Start Glances in REST API server mode
./venv/bin/python -m glances -C ./conf/glances.conf -w --disable-webui