Update README
This commit is contained in:
@@ -13,9 +13,11 @@ The following parameters are supported by the plugin:
|
|||||||
- `-t SECONDS` or `--timeout SECONDS`: specify the timeout of the request in
|
- `-t SECONDS` or `--timeout SECONDS`: specify the timeout of the request in
|
||||||
`SECONDS` seconds
|
`SECONDS` seconds
|
||||||
- `-S` or `--https`: connect using HTTPS
|
- `-S` or `--https`: connect using HTTPS
|
||||||
- `-A` or `--apikey`: API key for HTTP endpoints
|
- `-A APIKEY` or `--apikey APIKEY`: specify the API key as `APIKEY` for HTTP endpoints
|
||||||
|
|
||||||
Note that if running on LibreNMS in the official Docker container, then you must
|
Note that if running on LibreNMS in the official Docker container, then you must
|
||||||
first install the `requests` module by running `apk add py3-requests` inside the
|
first install the `requests` module by running `apk add py3-requests` inside the
|
||||||
container. The full command, assuming your container is named `librenms`, is
|
container. The full command, assuming your container is named `librenms`, is
|
||||||
`docker exec -it librenms apk add py3-requests`.
|
```
|
||||||
|
docker exec -it librenms apk add py3-requests
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user