diff --git a/munin/slapd_bdb_cache_ b/munin/slapd_bdb_cache_ index c1113052..c757a62f 100755 --- a/munin/slapd_bdb_cache_ +++ b/munin/slapd_bdb_cache_ @@ -34,7 +34,7 @@ use vars qw ( $measure $config $dbdir $dbstat $warning); my $arg = shift (@ARGV); # Finding dbN.N_stat should be done here -$dbstat = ($ENV{'dbstat'} || "/usr/bin/db4.2_stat"); +$dbstat = ($ENV{'dbstat'} || "/usr/bin/db4.8_stat"); die ("Can't execute db_stat file '$dbstat'") unless -x $dbstat; # Also the LDAP database files