Skip to content

Commit

Permalink
Fix service check name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Wang committed Oct 24, 2014
1 parent e35ea76 commit 8dc51ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.d/tokumx.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def submit(self, val):
self.submit_histogram()

class TokuMX(AgentCheck):
SERVICE_CHECK_NAME = 'mongodb.can_connect'
SERVICE_CHECK_NAME = 'tokumx.can_connect'

GAUGES = [
"indexCounters.btree.missRatio",
Expand Down

0 comments on commit 8dc51ea

Please sign in to comment.