Improve install doc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d8a6267d7a
commit
4dc2425387
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ A single couple of DN and password able to connect to both server and without re
|
||||||
|
|
||||||
### If you plan to use it with NRPE
|
### If you plan to use it with NRPE
|
||||||
```
|
```
|
||||||
apt install python3-ldap git
|
apt install -y python3-ldap git
|
||||||
git clone https://gogs.zionetrix.net/bn8/check_syncrepl_extended.git /usr/local/src/check_syncrepl_extended
|
git clone https://gogs.zionetrix.net/bn8/check_syncrepl_extended.git /usr/local/src/check_syncrepl_extended
|
||||||
mkdir -p /usr/local/lib/nagios/plugins
|
mkdir -p /usr/local/lib/nagios/plugins
|
||||||
ln -s /usr/local/src/check_syncrepl_extended/check_syncrepl_extended /usr/local/lib/nagios/plugins/
|
ln -s /usr/local/src/check_syncrepl_extended/check_syncrepl_extended /usr/local/lib/nagios/plugins/
|
||||||
|
|
Loading…
Reference in a new issue