updated check_rabbitmq_aliveness.py
d8332376
Hari Sekhon
committed
1 changed file
check_rabbitmq_aliveness.py
/check_rabbitmq_aliveness.py-1+1
/check_rabbitmq_aliveness.py
Add comment 75 def add_options(self):
Add comment 76 super(CheckRabbitMQAliveness, self).add_options()
Add comment 77 self.add_opt('-O', '--vhost', default=getenvs('RABBITMQ_VHOST', default=self.default_vhost),
Add comment 78 Minus   help='{0} VHost to check ($RABBITMQ_VHOST, default: /)')
Add comment 78 Plus   help='RabbitMQ vhost to check ($RABBITMQ_VHOST, default: /)')
Add comment 79
Add comment 80 def process_options(self):
Add comment 81 super(CheckRabbitMQAliveness, self).process_options()