17 lines
618 B
Markdown
17 lines
618 B
Markdown
# 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
|
|
|