From 13543c040f5acb71fe059f49f25f61015fa60fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Gross=20Alstr=C3=B6m?= Date: Thu, 31 Jan 2019 17:41:34 +0100 Subject: [PATCH] Add information about using api v.3 in setup (#8360) --- source/_components/sensor.glances.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.glances.markdown b/source/_components/sensor.glances.markdown index 32759b1912a..1773dda96f5 100644 --- a/source/_components/sensor.glances.markdown +++ b/source/_components/sensor.glances.markdown @@ -35,6 +35,8 @@ $ curl -X GET http://IP_ADDRESS:61208/api/2/mem/free {"free": 203943936} ``` +If this doesn't work, try changing the `2` for `3`, if you have installed the latest verison of Glances. + For details about auto-starting `glances`, please refer to [Start Glances through Systemd](https://github.com/nicolargo/glances/wiki/Start-Glances-through-Systemd). ## {% linkable_title Configuration %}