-
Notifications
You must be signed in to change notification settings - Fork 3
Balancer Check
Lujeni edited this page Dec 16, 2015
·
3 revisions
To see if the balancer
is enabled in your cluster.
- See here for the parameters.
balancer_triggers:
balancer_enabled:
type: webhook
state: True
params:
method: get
url: http://centreon.foo.com
http_params:
hostname: foo
check_name: mongoop.foo.balancer
code: 0
msg: 'the balancer is enabled'
balancer_disabled:
type: webhook
state: False
params:
method: get
url: http://centreon.foo.com
http_params:
hostname: foo
check_name: mongoop.foo.balancer
code: 2
msg: 'the balancer is disabled'
- See Here