From 810df62a7818addcf967debbc842a6af413a07e2 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 6 Jun 2025 11:39:21 -0400 Subject: [PATCH] Change py3-requests install to dispatcher container --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cce7870..a926ebe 100644 --- a/README.md +++ b/README.md @@ -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 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 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 -container. The full command, assuming your container is named `librenms`, is +first install the `requests` module by running `apk add py3-requests` inside the Dispatcher container. The full command, assuming your container is named +`dispatcher`, is ``` -docker exec -it librenms apk add py3-requests +docker exec -it dispatcher apk add py3-requests ```