Skip to content

Commit

Permalink
[consul] add maintenance metric to Consul catalog.
Browse files Browse the repository at this point in the history
This PR is a dependency to DataDog/integrations-core#1267.
  • Loading branch information
Diogo Kiss committed Mar 16, 2018
1 parent 4b12127 commit dd52a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def get_metrics(self, expire=True):


class AgentCheck(object):
OK, WARNING, CRITICAL, UNKNOWN = (0, 1, 2, 3)
OK, WARNING, CRITICAL, UNKNOWN, MAINTENANCE = (0, 1, 2, 3, 4)

SOURCE_TYPE_NAME = None

Expand Down

0 comments on commit dd52a76

Please sign in to comment.