Skip to content

Commit 201758a

Browse files
committed
Update mysql-query
1 parent d4efba0 commit 201758a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

check-plugins/mysql-query/mysql-query

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413
2222

2323

2424
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
25-
__version__ = '2024060301'
25+
__version__ = '2024060302'
2626

2727
DESCRIPTION = """This check connects to a MySQL/MariaDB database and can then run a separate
2828
warning and/or critical query against it. The result - the number of items found
@@ -140,8 +140,6 @@ def get_state_and_value(conn, query, threshold, _type):
140140
return state, value, result, shortened
141141

142142

143-
144-
145143
def main():
146144
"""The main function. Hier spielt die Musik.
147145
"""

0 commit comments

Comments
 (0)