We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fc470 commit 6b624d0Copy full SHA for 6b624d0
check-plugins/procs/procs
@@ -30,7 +30,7 @@ except ImportError:
30
31
32
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
33
-__version__ = '2025090501'
+__version__ = '2025090703'
34
35
DESCRIPTION = """Prints the number of currently running processes and warns on metrics like process
36
counts or process memory usage. You may filter the process list by process name,
@@ -130,7 +130,7 @@ def parse_args():
130
131
parser.add_argument(
132
'--status',
133
- help='Filter: Search only for processes that have a specific status.'
+ help='Filter: Search only for processes that have a specific status. '
134
'Default: %(default)s',
135
dest='STATUS',
136
default=DEFAULT_STATUS,
0 commit comments