Hi Chris,
# cat /opt/graphite/conf/storage-schemas.conf
# Schema definitions for Whisper files. Entries are scanned in order,
# and first match wins. This file is scanned for changes every 60 seconds.
#
# [name]
# pattern = regex
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
# Carbon's internal metrics. This entry should match what is specified in
# CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
[netapp.capacity]
pattern = ^netapp\.capacity\.*
retentions = 15m:60d, 1d:1y
[netapp.poller.capacity]
pattern = ^netapp\.poller\.capacity\.*
retentions = 15m:60d, 1d:1y
[netapp.perf]
pattern = ^netapp\.perf\.*
retentions = 60s:30d, 5m:30d, 15m:60d, 1h:1y
[netapp.poller.perf]
pattern = ^netapp\.poller\.perf\.*
retentions = 60s:30d, 5m:30d, 15m:60d, 1h:1y
[netapp.perf7]
pattern = ^netapp\.perf7\.*
retentions = 60s:30d, 5m:30d, 15m:60d, 1h:1y
[netapp.poller.perf7]
pattern = ^netapp\.poller\.perf7\.*
retentions = 60s:30d, 5m:30d, 15m:60d, 1h:1y
[carbon]
pattern = ^carbon\.
retentions = 60:90d
#[default_1min_for_1day]
#pattern = .*
#retentions = 60s:1d
cat /etc/carbon/storage-schemas.conf
cat: /etc/carbon/storage-schemas.conf: No such file or directory