X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/upsgraph/blobdiff_plain/178e4778b096a75cb2c9b00f7908959c3d633d1c..0d627df92167c3a34339140fe3570a90dd51bebe:/upsgraph.pl diff --git a/upsgraph.pl b/upsgraph.pl index 91ae5ad..82e0259 100755 --- a/upsgraph.pl +++ b/upsgraph.pl @@ -190,7 +190,6 @@ foreach my $host (@$hosts) { if (defined($rrdinfo->{"ds[${field}].max"})) { if ($rrdinfo->{"ds[${field}].max"} ne $host->{'vars'}->{$field}->{'max'}) { - print "Max differs\n"; RRDs::tune("${rrdfile}.${field}","-a",$field.":".$host->{'vars'}->{$field}->{'max'}); } } else {