From a07cfc905aa18410795ae52e94d3d3152999bb92 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:49:47 -0700 Subject: [PATCH] Add glances info widget --- Information-Widgets.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Information-Widgets.md b/Information-Widgets.md index 1fae5e1..c9c7465 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -199,4 +199,16 @@ format: dateStyle: short timeStyle: short hour12: true +``` + +## Glances + +The Glances widget allows you to monitor the resources (CPU + Memory) of another machine, it is designed to match the `resources` info widget. You can have multiple instances by adding another configuration block. + +```yaml +- glances: + url: http://host.or.ip:port + username: user # optional if auth enabled in Glances + password: pass # optional if auth enabled in Glances + label: MyMachine # optional ``` \ No newline at end of file