1

Initial commit

This commit is contained in:
2025-05-30 23:11:58 -04:00
commit cffc2b8a66
3 changed files with 755 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# check_mumble.py - Nagios plugin for Mumble server
This Nagios plugin will query a Mumble server and report on its status.
The "MURMUR OK" message will include the roundtrip response time, the
number of users connected, the maximum users allowed, and the allowed
bandwith on the server.
## Usage
The following parameters are supported by the plugin:
- `-H HOST` or `--hostname HOST`: specify the `HOST` or IP address of the
server to query
- `-p PORT` or `--port PORT`: specify the connection `PORT` of the server
- `-t SECONDS` or `--timeout SECONDS`: specify the timeout of the request in
`SECONDS` seconds