704ab58a4e
- auto detecting kibana process - building configuration - collecting metrics Change-Id: I4c457b8396d8131fa18c76305a8f069626c51256
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
# Copyright 2016 FUJITSU LIMITED
|
|
|
|
init_config:
|
|
# URL that check uses to access Kibana metrics
|
|
url: http://192.168.10.6:5601/api/status
|
|
instances:
|
|
- built_by: Kibana
|
|
# List of metrics check should collect
|
|
# You can disable collecting of some metrics
|
|
# by removing them from the list
|
|
metrics:
|
|
- heap_total
|
|
- heap_used
|
|
- load
|
|
- requests_per_second
|
|
- response_time_avg
|
|
- response_time_max
|