Skip to content

Commit 9cee095

Browse files
committed
Update README
1 parent 7321ff6 commit 9cee095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

check-plugins/mysql-connections/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Output:
7070
States
7171
------
7272

73-
* WARN if the number of connections is more than 85% of the maximum possible number of simultaneous client connections.
73+
* WARN if the number of connections is more than 85% of the maximum possible number of simultaneous client connections (setting ``max_connections``).
7474
* WARN if the number of aborted connections is more than 3% of all client connections.
7575
* WARN if name resolution is active.
7676

check-plugins/mysql-user-security/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Fact Sheet
2525
"Check Interval Recommendation", "Once a day"
2626
"Can be called without parameters", "Yes"
2727
"Available for", "Python 3, Windows"
28-
"Requirements", "Python module ``pymysql``; User with SELECT privileges, locked down to ``127.0.0.1`` - for example ``[email protected]``. Usernames in MySQL/MariaDB are limited to 16 chars in specific versions."
28+
"Requirements", "Python module ``pymysql``; User with SELECT privileges on mysql.user, locked down to ``127.0.0.1`` - for example ``[email protected]``. Usernames in MySQL/MariaDB are limited to 16 chars in specific versions."
2929

3030

3131
Help

0 commit comments

Comments
 (0)