From 16b362164daa63a45e21ca55c6c057149bb62d89 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 15 Mar 2021 12:24:06 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e50e1..cec331d 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ Icinga/Nagios plugin to check MDB database This script could be used as Icinga/Nagios check plugin to check MDB database. -This script use *mdbstat* utility to do this check. +This script use *mdb_stat* utility to do this check. + +**Note :** *mdb_stat* is not available on Debian Wheezy but it could be backport from Jessie. Installation ------------ ``` -apt install lmdb-utils +apt-get install lmdb-utils git clone https://gogs.zionetrix.net/bn8/check_mdb.git /usr/local/src/check_mdb mkdir -p /usr/local/lib/nagios/plugins ln -s /usr/local/src/check_mdb/check_mdb /usr/local/lib/nagios/plugins/