Add some missing dependencies in install doc
This commit is contained in:
parent
2ef39b9eaa
commit
6a75eb1abc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ First, generate and retreive the REST API key from Syncthing web interface:
|
||||||
|
|
||||||
```
|
```
|
||||||
API_KEY=n6RseK3HWY5LJ29PzNSUJbmK4XKHa5uV
|
API_KEY=n6RseK3HWY5LJ29PzNSUJbmK4XKHa5uV
|
||||||
apt install git
|
apt install git python3-requests python3-dateutil
|
||||||
git clone https://gitea.zionetrix.net/bn8/check_syncthing.git /usr/local/src/check_syncthing
|
git clone https://gitea.zionetrix.net/bn8/check_syncthing.git /usr/local/src/check_syncthing
|
||||||
mkdir -p /usr/local/lib/nagios/plugins
|
mkdir -p /usr/local/lib/nagios/plugins
|
||||||
ln -s /usr/local/src/check_syncthing/check_syncthing /usr/local/lib/nagios/plugins/
|
ln -s /usr/local/src/check_syncthing/check_syncthing /usr/local/lib/nagios/plugins/
|
||||||
|
|
Loading…
Reference in a new issue