]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
graph.pl: fix intendation of user CPU load
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 27 Apr 2020 15:41:47 +0000 (17:41 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 9 May 2020 12:17:35 +0000 (12:17 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/cfgroot/graphs.pl

index 8a32a645d437708e499690e0a5e5e6c62668302d..a7b82fed3f4f6c60c17a12a09044c898b17642da 100644 (file)
@@ -225,7 +225,7 @@ sub updatecpugraph {
                        ,"GPRINT:stealpct:MIN:%3.2lf%%"
                        ,"GPRINT:stealpct:LAST:%3.2lf%%\\j"
                        ,"STACK:userpct".$color{"color11"}."A0:".sprintf("%-25s",$Lang::tr{'cpu user usage'})
-                       ,"GPRINT:userpct:MAX:%3.2lf%%"
+                       ,"GPRINT:userpct:MAX:%3.1lf%%"
                        ,"GPRINT:userpct:AVERAGE:%3.2lf%%"
                        ,"GPRINT:userpct:MIN:%3.2lf%%"
                        ,"GPRINT:userpct:LAST:%3.2lf%%\\j"