mirror of https://github.com/mikaku/Monitorix.git
small update
This commit is contained in:
parent
7cc6087567
commit
37ec285a3f
|
@ -1141,9 +1141,9 @@ sub process_cgi {
|
|||
push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]);
|
||||
$str = sprintf("%-20s", substr($str, 0, 20));
|
||||
push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str");
|
||||
push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\: %4.0lfT");
|
||||
push(@tmp, "GPRINT:tcs" . $n . ":MIN: Min\\: %4.0lfT");
|
||||
push(@tmp, "GPRINT:tcs" . $n . ":MAX: Max\\: %4.0lfT\\n");
|
||||
push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\: %4.0lf");
|
||||
push(@tmp, "GPRINT:tcs" . $n . ":MIN: Min\\: %4.0lf");
|
||||
push(@tmp, "GPRINT:tcs" . $n . ":MAX: Max\\: %4.0lf\\n");
|
||||
push(@tmp, "LINE2:n_ics" . $n . $LC[$n]);
|
||||
}
|
||||
}
|
||||
|
@ -1169,7 +1169,7 @@ sub process_cgi {
|
|||
"--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Nonvoluntary & voluntary/s",
|
||||
"--vertical-label=Nonvoluntary + voluntary/s",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
@ -1228,7 +1228,7 @@ sub process_cgi {
|
|||
"--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Nonvoluntary & voluntary/s",
|
||||
"--vertical-label=Nonvoluntary + voluntary/s",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
|
Loading…
Reference in New Issue