Fixed typo on port default port number (Thanks to Flemming for pointing it out). Also added a THANKS file
This commit is contained in:
parent
68494656cd
commit
5576a5384f
8
THANKS
Normal file
8
THANKS
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
check_quake THANKS file
|
||||||
|
|
||||||
|
check_quake was originally written by Jack-Benny Persson.
|
||||||
|
Some people has further contributed to check_quake by reporting problems,
|
||||||
|
suggesting various improvements or submitting actual code. Here is a list of
|
||||||
|
these people. Help me keep it complete and exempt of errors.
|
||||||
|
|
||||||
|
Flemming Gregersen kinives@gmail.com
|
@ -42,7 +42,7 @@ STATE_CRITICAL=2
|
|||||||
STATE_UNKNOWN=3
|
STATE_UNKNOWN=3
|
||||||
|
|
||||||
# Some default values
|
# Some default values
|
||||||
PORT=27919
|
PORT=27910
|
||||||
|
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user