mirror of
https://github.com/shouptech/nagios-plugin-check-rabbitmq.git
synced 2026-02-03 06:39:43 +00:00
Added the argument for VHOST since one check requires that.
This commit is contained in:
parent
9e840678ca
commit
31ad778d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class RabbitAPIChecker(object):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""Main entry point for program"""
|
"""Main entry point for program"""
|
||||||
usage = "%prog [options] -H|--hostname HOST ACTION [NODE]"
|
usage = "%prog [options] -H|--hostname HOST ACTION [NODE|VHOST]"
|
||||||
parser = OptionParser(usage=usage,
|
parser = OptionParser(usage=usage,
|
||||||
version="%prog "+PLUGIN_VERSION)
|
version="%prog "+PLUGIN_VERSION)
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue