fix desc
This commit is contained in:
@@ -637,7 +637,7 @@ class SNMPSynologyUPSResource(nagiosplugin.Resource):
|
|||||||
self.session = session
|
self.session = session
|
||||||
|
|
||||||
def probe(self) -> list:
|
def probe(self) -> list:
|
||||||
"""check memory usage in %
|
"""check ups status
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
nagiosplugin.Metric: single metric element (return)
|
nagiosplugin.Metric: single metric element (return)
|
||||||
@@ -712,6 +712,7 @@ def parse_args() -> argparse.Namespace:
|
|||||||
'raid',
|
'raid',
|
||||||
'raid_space',
|
'raid_space',
|
||||||
'ups',
|
'ups',
|
||||||
|
'smart',
|
||||||
],
|
],
|
||||||
help='check mode to run')
|
help='check mode to run')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user