Update git repo URL
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Benjamin Renard 2022-09-26 11:25:07 +02:00
parent f1a1cc3193
commit 67aaf9852c
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,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
```
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://gitea.zionetrix.net/bn8/check_syncrepl_extended.git /usr/local/src/check_syncrepl_extended
mkdir -p /usr/local/lib/nagios/plugins
ln -s /usr/local/src/check_syncrepl_extended/check_syncrepl_extended /usr/local/lib/nagios/plugins/
cat << EOF > /etc/nagios/nrpe.d/ldap-syncrepl.cfg
@ -41,7 +41,7 @@ service nagios-nrpe-server reload
### Otherwise
```
apt install python3-ldap git
git clone https://gogs.zionetrix.net/bn8/check_syncrepl_extended.git /usr/local/src/check_syncrepl_extended
git clone https://gitea.zionetrix.net/bn8/check_syncrepl_extended.git /usr/local/src/check_syncrepl_extended
ln -s /usr/local/src/check_syncrepl_extended/check_syncrepl_extended /usr/local/bin/
```
@ -104,7 +104,7 @@ optional arguments:
extended control will be enabled.
Author: Benjamin Renard <brenard@easter-eggs.com>, Source:
https://gogs.zionetrix.net/bn8/check_syncrepl_extended
https://gitea.zionetrix.net/bn8/check_syncrepl_extended
```
## Copyright

View File

@ -31,7 +31,7 @@
# and without restriction to retrieve objects from servers.
#
# Author: Benjamin Renard <brenard@easter-eggs.com>
# Source: https://gogs.zionetrix.net/bn8/check_syncrepl_extended
# Source: https://gitea.zionetrix.net/bn8/check_syncrepl_extended
#
import argparse
@ -55,7 +55,7 @@ parser = argparse.ArgumentParser(
epilog=(
'Author: Benjamin Renard <brenard@easter-eggs.com>, '
f'Version: {VERSION}, '
'Source: https://gogs.zionetrix.net/bn8/check_syncrepl_extended')
'Source: https://gitea.zionetrix.net/bn8/check_syncrepl_extended')
)
parser.add_argument(

View File

@ -1,6 +1,6 @@
name: check_syncrepl_extended
description: "file:///README.md"
url: "https://gogs.zionetrix.net/bn8/check_syncrepl_extended"
url: "https://gitea.zionetrix.net/bn8/check_syncrepl_extended"
tags: OpenLDAP,syncrepl
vendor: OpenLDAP
target: Database