]> git.zerfleddert.de Git - upsgraph/blobdiff - upsgraph.pl
remove temp limits
[upsgraph] / upsgraph.pl
index 91ae5adb99c055bf04f5e0b8e0ca4a876240e8a4..82e0259fc1c0cd7cec6917f125a8ee7dce324582 100755 (executable)
@@ -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 {
Impressum, Datenschutz