mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -23,7 +23,7 @@ Notice:
|
|||
- tested on
|
||||
PHP 5.2.6-3 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 21 2008 17:02:32)
|
||||
murmur 1.1.4 precompiled binaries from sourceforge net, all running under debian etch
|
||||
- this is not the best way to get users connected to the murmur server, maybe in the beginningn of the 2009 gonna make another script
|
||||
- this is not the best way to get users connected to the murmur server, maybe in the beginning of the 2009 I will make another script
|
||||
|
||||
Known issues and limitations:
|
||||
- counts all users on the server not respecting different server instances
|
||||
|
|
|
@ -21,7 +21,7 @@ Requirements:
|
|||
|
||||
Configuration:
|
||||
1. link creation
|
||||
create a symlink to thie file in the following format:
|
||||
create a symlink to the file in the following format:
|
||||
murmurice_ip_port_sid_description
|
||||
where ip/port correspond to the ip and port on which the mumble ice interface listens to
|
||||
sid is the server id we want to query (mumble can run multiple servers )
|
||||
|
@ -43,7 +43,7 @@ channels number = number of existing channels on server (with temoprary ones)
|
|||
players number = number of all connected users on server
|
||||
registered number = number of connected and registered users on server
|
||||
unregistered number = number of connected and not registered users on server
|
||||
chanlinks number = linked chanels
|
||||
chanlinks number = linked channels
|
||||
error number = this is set to 1 when there is error with communicatind with server via ice
|
||||
|
||||
On any error script exits with status 1, otherwise it is 0.
|
||||
|
@ -130,7 +130,7 @@ if(isset($argv[1]) && $argv[1] == "config")
|
|||
echo "graph_info This graph shows the number of connected users on a murmur server\n";
|
||||
echo "channels.label Chans\n";
|
||||
echo "players.label Total Users\n";
|
||||
echo "registered.label Registerd\n";
|
||||
echo "registered.label Registered\n";
|
||||
echo "unregistered.label Unregistered\n";
|
||||
echo "chanlinks.label Linked chans\n";
|
||||
echo "error.label Server status error\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue