Mise à jour de 'README.md'
This commit is contained in:
parent
44fa842761
commit
16b362164d
1 changed files with 4 additions and 2 deletions
|
@ -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 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
|
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
|
git clone https://gogs.zionetrix.net/bn8/check_mdb.git /usr/local/src/check_mdb
|
||||||
mkdir -p /usr/local/lib/nagios/plugins
|
mkdir -p /usr/local/lib/nagios/plugins
|
||||||
ln -s /usr/local/src/check_mdb/check_mdb /usr/local/lib/nagios/plugins/
|
ln -s /usr/local/src/check_mdb/check_mdb /usr/local/lib/nagios/plugins/
|
||||||
|
|
Loading…
Reference in a new issue