Browse Source

corrige effectivement le bug de la dernière fois

master
vince vince 2 years ago
parent
commit
c7f114eb93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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


Loading…
Cancel
Save