mirror of https://github.com/mikaku/Monitorix.git
fixed a reference
This commit is contained in:
parent
9821eac418
commit
89dbd36a1a
|
@ -259,7 +259,7 @@ sub bind_update {
|
|||
my $data = XMLin($response->content);
|
||||
my $value;
|
||||
|
||||
$value = $data->{bind}->{statistics}->{server}->{requests}->{opcode}->{QUERY}->{counter};
|
||||
$value = $data->{bind}->{statistics}->{server}->{requests}->{opcode}->{counter};
|
||||
$str = $n . "totalinq";
|
||||
$totalinq = $value - ($config->{bind_hist}->{$str} || 0);
|
||||
$totalinq = 0 unless $totalinq != $value;
|
||||
|
|
Loading…
Reference in New Issue