Skip to content

Commit

Permalink
Set elbs_ignored to default as false
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jul 24, 2014
1 parent d72f409 commit c69680d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collectors/elb/elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def get_default_config(self):
'interval': 60,
'format': '$zone.$elb_name.$metric_name',
'max_delayed': 10,
'elbs_ignored': False,
})
return config

Expand Down

0 comments on commit c69680d

Please sign in to comment.