[munin/slapd_bdb_cache_] db4.2 -> db4.8

This commit is contained in:
Daniel STAN 2013-05-09 01:23:43 +02:00
parent 3bde363deb
commit b7cacc7a4d

View file

@ -34,7 +34,7 @@ use vars qw ( $measure $config $dbdir $dbstat $warning);
my $arg = shift (@ARGV); my $arg = shift (@ARGV);
# Finding dbN.N_stat should be done here # 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; die ("Can't execute db_stat file '$dbstat'") unless -x $dbstat;
# Also the LDAP database files # Also the LDAP database files