1
0
Fork 0
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:
Mike Shoup 2015-04-30 07:47:02 -06:00
parent 9e840678ca
commit 31ad778d6b

View file

@ -167,7 +167,7 @@ class RabbitAPIChecker(object):
def main():
"""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,
version="%prog "+PLUGIN_VERSION)
parser.add_option(