X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/upsgraph/blobdiff_plain/912bd429b2f4dc62a93bf77e04b04b6017469e1d..41cfd72381789f7b695a18d1051a938f2204b884:/upsgraph.pl diff --git a/upsgraph.pl b/upsgraph.pl index 010d114..954b8b0 100755 --- a/upsgraph.pl +++ b/upsgraph.pl @@ -443,7 +443,7 @@ while(1) { print HTML "
\n"; open (HTML2, ">${outdir}/${hostname}.${var}.html.new"); - print HTML2 '' . $vars->{$var}->{'name'} . ''; + print HTML2 '' . $vars->{$var}->{'name'} . ''; print HTML2 ''; push @graphdef, "VDEF:min=${var},MINIMUM";