Change py3-requests install to dispatcher container
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# check_mirotalksfu.py - Nagios plugin for MirotalkSFU server
|
# check_mirotalksfu.py - Nagios plugin for Mirotalk SFU server
|
||||||
|
|
||||||
This Nagios plugin will query a MirotalkSFU server and report on its status.
|
This Nagios plugin will query a Mirotalk SFU server and report on its status.
|
||||||
The "MIROTALKSFU OK" message will include the roundtrip response time, the
|
The "MIROTALKSFU OK" message will include the roundtrip response time, the
|
||||||
number of rooms open, and the number of users connected.
|
number of rooms open, and the number of users connected.
|
||||||
|
|
||||||
@@ -16,8 +16,8 @@ The following parameters are supported by the plugin:
|
|||||||
- `-A APIKEY` or `--apikey APIKEY`: specify the API key as `APIKEY` 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 Dispatcher container. The full command, assuming your container is named
|
||||||
container. The full command, assuming your container is named `librenms`, is
|
`dispatcher`, is
|
||||||
```
|
```
|
||||||
docker exec -it librenms apk add py3-requests
|
docker exec -it dispatcher apk add py3-requests
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user