diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 14:12:34 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 14:12:34 +0200 |
commit | 2151f50214096be6983e7e3e7215bf87e635cd07 (patch) | |
tree | 569ee6b015a9e6ea6c8005c2b69b518aecb42e09 | |
parent | 8de423b57ed5265fe7a2681cd581a0b30261a5e6 (diff) | |
download | smokeping-2151f50214096be6983e7e3e7215bf87e635cd07.tar.gz smokeping-2151f50214096be6983e7e3e7215bf87e635cd07.tar.xz |
reserver space for sd
-rw-r--r-- | lib/Smokeping/Graphs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/Graphs.pm b/lib/Smokeping/Graphs.pm index 3050c92..2c62367 100644 --- a/lib/Smokeping/Graphs.pm +++ b/lib/Smokeping/Graphs.pm @@ -229,7 +229,7 @@ sub get_multi_detail ($$$$;$){ "VDEF:avmsr$i=msr$i,AVERAGE", "GPRINT:avmed$i:%5.1lf %ss av md ", "GPRINT:ploss$i:AVERAGE:%5.1lf %% av ls", - sprintf('COMMENT:%.1lf ms sd',$stddev*1000.0), + sprintf('COMMENT:%5.1lf ms sd',$stddev*1000.0), "GPRINT:avmsr$i:%5.1lf %s am/as\\l"; }; |