Skip to content

Commit

Permalink
Update mysql-query
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jun 4, 2024
1 parent d4efba0 commit 201758a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions check-plugins/mysql-query/mysql-query
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from lib.globals import (STATE_CRIT, STATE_OK, # pylint: disable=C0413


__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
__version__ = '2024060301'
__version__ = '2024060302'

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




def main():
"""The main function. Hier spielt die Musik.
"""
Expand Down

0 comments on commit 201758a

Please sign in to comment.