Skip to content

Commit

Permalink
[couchbase] Fix service check tags
Browse files Browse the repository at this point in the history
Fix #1722
  • Loading branch information
remh committed Jul 20, 2015
1 parent 28333fa commit e10d41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checks.d/couchbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def get_data(self, server, instance):
tags=service_check_tags, message=str(e))
raise
else:
self.service_check(self.SERVICE_CHECK_NAME, AgentCheck.OK)
self.service_check(self.SERVICE_CHECK_NAME, AgentCheck.OK,
tags=service_check_tags)

couchbase['stats'] = overall_stats

Expand Down

0 comments on commit e10d41f

Please sign in to comment.