Skip to content

Commit

Permalink
Merge pull request #1456 from CrazyWolf13/patch-1
Browse files Browse the repository at this point in the history
[Add] Glances on Windows
  • Loading branch information
Lissy93 committed Feb 5, 2024
2 parents 61bd84b + 25addad commit b10853f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b10853f

Please sign in to comment.