1

Update README

This commit is contained in:
2025-05-31 15:50:03 -04:00
parent f5be02af84
commit 434ead1b39
+4 -2
View File
@@ -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
```