[munin/slapd_bdb_cache_] db4.2 -> db4.8
This commit is contained in:
parent
3bde363deb
commit
b7cacc7a4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue