Skip to content

Instantly share code, notes, and snippets.

@mieleton
Created September 27, 2016 07:07
Show Gist options
  • Save mieleton/0aa53cfee1f1905a938ea4760de5463e to your computer and use it in GitHub Desktop.
Save mieleton/0aa53cfee1f1905a938ea4760de5463e to your computer and use it in GitHub Desktop.
##
## Configuration file for NetApp Harvest
##
## Create a section header and then populate with key/value parameters
## for each system to monitor. Lines can be commented out by preceding them
## with a hash symbol ('#'). Values in all capitals should be replaced with
## your values, all other values can be left as-is to use defaults
##
## There are two reserved section names:
## [global] - Global key/value pairs for installation
## [default] - Any key/value pairs specified here will be the default
## value for a poller should it not be listed in a poller section.
##
##
## Global reserved section
##
[global]
grafana_api_key = SOMETHING_HERE
grafana_url = SOMETHING_HERE
grafana_dl_tag = NetAppHarvest
##
## Default reserved section
##
[default]
#====== Graphite server setup defaults ========================================
graphite_enabled = 1
graphite_server = SOMETHING_HERE
graphite_port = 2003
graphite_proto = tcp
normalized_xfer = mb_per_sec
normalized_time = millisec
graphite_root = default
graphite_meta_metrics_root = default
#====== Polled host setup defaults ============================================
host_type = FILER
host_port = 443
host_enabled = 1
template = default
data_update_freq = 60
ntap_autosupport = 0
latency_io_reqd = 10
auth_type = password
username = netapp-harvest
password = INSERT_PASSWORD_HERE
ssl_cert = INSERT_PEM_FILE_NAME_HERE
ssl_key = INSERT_KEY_FILE_NAME_HERE
##
## Monitored host examples - Use one section like the below for each monitored host
##
#====== 7DOT (node) or cDOT (cluster LIF) for performance info ================
#
# [INSERT_CLUSTER_OR_CONTROLLER_NAME_HERE]
# hostname = INSERT_IP_ADDRESS_OR_HOSTNAME_OF_CONTROLLER_OR_CLUSTER_LIF_HERE
# site = INSERT_SITE_IDENTIFIER_HERE
[cluster1]
hostname = cluster1.domain.tld
site = site1
password = SOMETHING_HERE
[cluster2]
hostname = cluster2.domain.tld
site = site2
host_enabled = 0
[cluster3]
hostname = cluster3.domain.tld
site = site3
password = SOMETHING_HERE
host_enabled = 0
[cluster4]
hostname = cluster4.domain.tld
site = site3
password = SOMETHING_HERE
[cluster5]
hostname = cluster5.domain.tld
site = site1
password = SOMETHING_HERE
[cluster6]
hostname = cluster6.domain.tld
site = site1
password = SOMETHING_HERE
#====== OnCommand Unified Manager (OCUM) for cDOT capacity info ===============
#
# [INSERT_OCUM_SERVER_NAME_HERE]
# hostname = INSERT_IP_ADDRESS_OR_HOSTNAME_OF_OCUM_SERVER
# site = INSERT_SITE_IDENTIFIER_HERE
# host_type = OCUM
# data_update_freq = 900
# normalized_xfer = gb_per_sec
[ocum]
hostname = ocum.domain.tld
site = site1
password = SOMETHING_HERE
host_type = OCUM
data_update_freq = 900
normalized_xfer = gb_per_sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment