From 25addadfc36bbb85153666572e173d9433e0d4f8 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:21:30 +0100 Subject: [PATCH] [Add] Glances on Windows Added a note in glances sections for windows users to only enable dashy related modules, as glances is not that stable on windows. --- docs/widgets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/widgets.md b/docs/widgets.md index eed33307cc..8192bd0b0d 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2289,6 +2289,8 @@ If you don't already have it installed, either follow the [Installation Guide](h Glances can be launched with the `glances` command. You'll need to run it in web server mode, using the `-w` option for the API to be reachable. If you don't plan on using the Web UI, then you can disable it using `--disable-webui`. See the [command reference docs](https://glances.readthedocs.io/en/latest/cmds.html) for more info. +If Glaces is running on a Windows system it is recommanded to add the following arguments ```--disable-plugin all --enable-plugin cpu,mem,diskio,ip,network,containers,quicklook,load,fs,alert -w``` This is due to Glances not being that stable on windows, so disabling all plugins that aren't used by Dashy widgets can save on ressources. + #### Options All Glance's based widgets require a `hostname`. All other parameters are optional.