mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Trivial fix of pgbouncer_ plugin
This commit is contained in:
parent
ddabe84dbc
commit
d44f2ac6d1
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ foreach my $get ('pools', 'stats')
|
|||
my $pre = $dbh->prepare("SHOW $get")
|
||||
or die ("Cannot prepare query");
|
||||
$pre->execute()
|
||||
or die ("Cannot execute statement")
|
||||
or die ("Cannot execute statement");
|
||||
while (@data = $pre->fetchrow)
|
||||
{
|
||||
# first defines the pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue