![Michael Vollman](/assets/img/avatar_default.png)
Add to elk_metrics_6x the capability to auto discover the ceph mgr prometheus plugin metric port. Pull ceph metrics from prometheus when the plugin is enabled. Change-Id: I530a99f42e396ba7b2cd2c1b3d587f528ef84242
25 lines
950 B
YAML
25 lines
950 B
YAML
---
|
|
# Copyright 2018, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
#metricbeats monitoring endpoints
|
|
elastic_metricbeat_rabbitmq_monitoring_hosts: '"localhost:15672"'
|
|
elastic_metricbeat_haproxy_monitoring_hosts: '"unix:///var/run/haproxy.stat"'
|
|
|
|
metricbeat_service_state: restarted
|
|
|
|
# Inventory group to configure metricbeat ceph monitoring
|
|
# via either ceph-restapi or mgr prometheus module
|
|
ceph_metricbeat_group: cinder_volume
|