Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
mhthies committed Dec 22, 2023
1 parent 0c0e4b9 commit a276382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shc/util/check_shc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ def exit_with_report(status: "ServiceStatus", message: str = "", long_message: s
def get_arg_parser() -> argparse.ArgumentParser:
arg_parser = argparse.ArgumentParser(description="""
Nagios-compatible monitoring plugin for monitoring an SHC server via the monitoring endpoint of the web interface
By default, the script checks the HTTP reachability of the server and the overall status reported by the server
(see SHC documentation about "Monitoring via HTTP" for more details). If the server is not reachable, the status
is reported as UNKNOWN (exit code 3). Otherwise, the status from the server is reported as is.
If the --interface option is given, the status of the specific SHC interface is reported instead, or UNKNOWN if the
server is not reachable or the interface does not exist.
""")
Expand Down

0 comments on commit a276382

Please sign in to comment.