Update git repo URL
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
f1a1cc3193
commit
67aaf9852c
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue