for $db (@{$info->{db}}) {
my ($limit,$total,$grandtotal) = (0,0,0);
- SLURP: while ($db->{slurp} =~ /(\d+) \| (\d+)\s+\|\s+(\w+)\s*/gsm) {
+ SLURP: while ($db->{slurp} =~ /(\d+) \| (\d+)\s+\|\s+([\w\-\.]+)\s*/gsm) {
$grandtotal++;
$limit ||= $2;
my ($current,$dbname) = ($1,$3);
=over 4
+=item B<Version 2.9.2>
+
+ Allow dots and dashes in database name for the backends check (Davide Abrigo)
+
=item B<Version 2.9.1> (June 12, 2009)
Fix for multiple databases with the check_bloat action (Mark Kirkwood)