mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
This commit is contained in:
parent
890a8aed51
commit
d11ea112f3
@ -84,14 +84,16 @@ def print_help():
|
||||
print ""
|
||||
print "Usage: %s [OPTIONS]" % argv[0]
|
||||
print "OPTIONS:"
|
||||
print " [--host <host>]"
|
||||
print " [--username <user>]"
|
||||
print " [--password <password]"
|
||||
print " [--path </path/to/sssu>]"
|
||||
print " [--mode <mode>] "
|
||||
print " [--test]"
|
||||
print " [--debug]"
|
||||
print " [--help]"
|
||||
print " --host <host>"
|
||||
print " --username <user>"
|
||||
print " --password <password"
|
||||
print " --path </path/to/sssu>"
|
||||
print " --mode <mode> "
|
||||
print " --system <systemname>"
|
||||
print " --phone-home [--nagios_myhostname <hostname>] [--nagios_port <port>]"
|
||||
print " --test"
|
||||
print " --debug"
|
||||
print " --help"
|
||||
print ""
|
||||
print " Valid modes are: %s" % ', '.join(valid_modes)
|
||||
print ""
|
||||
|
Loading…
Reference in New Issue
Block a user