From c7f114eb93a4d79f5c8b626b4e23327779d0041f Mon Sep 17 00:00:00 2001 From: vince Date: Sun, 16 Jan 2022 17:04:22 +0100 Subject: [PATCH] =?UTF-8?q?corrige=20effectivement=20le=20bug=20de=20la=20?= =?UTF-8?q?derni=C3=A8re=20fois?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d5041e..3664edf 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ disk.rrd: RRA:AVERAGE:0.5:21900:1440 update_disk: disk.rrd - rrdtool update $< $(NOW):$(shell sar -F MOUNT --fs=/ 0 -1 |tail -n 1 |awk '{print $$2,$$3}' |tr ' ' ':' ) + rrdtool update $< $(NOW):$(shell LANG=C sar -F MOUNT --fs=/ 0 -1 |tail -n 1 |awk '{print $$2,$$3}' |tr ' ' ':' ) update: update_cpu update_load update_mem update_net update_disk