Browse Source

corrige un bug causé par du copier/coller moche

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

+ 2
- 2
Makefile View File

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


Loading…
Cancel
Save