-
Notifications
You must be signed in to change notification settings - Fork 3
Balancer Check
Lujeni edited this page Oct 31, 2015
·
3 revisions
To see if the balancer
is enabled in your cluster.
- parameters:
-
enabled
: balancer state (True/False). -
triggers
: list of triggers when the balancer state is not good.
-
balancer = {
'enabled': False,
'triggers': {
'webhook': {
'threshold': 1,
'method': 'post',
'url': 'http://requestb.in/17qzafm1',
'params': {'fizz': 'buzz'},
'requests_params': {'verify': False},
}
}
}
webhook
email