Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Mar 7, 2018
1 parent f2bece4 commit c92c29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collectors/rabbitmq/rabbitmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def collect_health(self):
content = client.get_nodes()
self.publish('cluster.nodes', len(content))
except:
self.log.exception('Couldnt connect to rabbitmq')
self.log.exception('Could not connect to rabbitmq')
return {}

def get_queue_metrics(self, client, vhost, queues):
Expand Down

0 comments on commit c92c29b

Please sign in to comment.