fc214a8596
This adds a very basic plugin that monitors SolidFire storage clusters. The plugin provides cluster fault and usage metrics. This uses a stripped down version of the Cinder volume driver to provide connectivity to the cluster. Change-Id: Ibd0d577b6bf45747a0daaec2c5c3479741ae0937
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
# Copyright (c) 2016 NetApp, Inc.
|
|
init_config:
|
|
|
|
instances:
|
|
# Each cluster can be monitored with a separate instance.
|
|
- name: rack_d_cluster
|
|
# Cluser admin with reporting permissions.
|
|
username: monasca_admin
|
|
# Cluster admin password
|
|
password: secret_password
|
|
# Cluster MVIP address, must be reachable.
|
|
mvip: 192.168.1.1
|