From d54a12ff250cbd7c18535af0cc1c593ef799025f Mon Sep 17 00:00:00 2001 From: vince Date: Sun, 16 Jan 2022 18:51:10 +0100 Subject: [PATCH] =?UTF-8?q?corrige=20un=20bug=20caus=C3=A9=20par=20du=20co?= =?UTF-8?q?pier/coller=20moche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3664edf..af7463a 100644 --- a/Makefile +++ b/Makefile @@ -91,8 +91,8 @@ update_net: net.rrd disk.rrd: rrdtool create $@ --start $$(( $(NOW) - 1 )) --step $(STEP) --no-overwrite \ - DS:mbfsfree:COUNTER:120:0:U \ - DS:mbfsused:COUNTER:120:0:U \ + DS:mbfsfree:GAUGE:120:0:U \ + DS:mbfsused:GAUGE:120:0:U \ RRA:LAST:0.5:1:1440 \ RRA:AVERAGE:0.5:420:1440 \ RRA:AVERAGE:0.5:1860:1440 \