Skip to content

Commit

Permalink
Added documentation for the node argument
Browse files Browse the repository at this point in the history
  • Loading branch information
elmer-garduno committed Nov 20, 2012
1 parent 6f5987a commit dde6cb8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/check_rabbitmq_watermark
Expand Up @@ -134,8 +134,7 @@ check_rabbitmq_watermark [options] -H hostname
=head1 DESCRIPTION
Use the management interface of RabbitMQ to check that the server is alive.
It declares a test queue, then publishes and consumes a message.
Use the management interface of RabbitMQ to check if the mem_alarm has been triggered.
It uses Nagios::Plugin and accepts all standard Nagios options.
Expand Down Expand Up @@ -171,6 +170,10 @@ Use SSL when connecting (default: false)
The vhost to create the test queue within (default: /)
=item -n | --node
The node name (default is hostname)
=item --username | --user
The user to connect as (default: guest)
Expand Down

0 comments on commit dde6cb8

Please sign in to comment.