23 lines
587 B
Plaintext
23 lines
587 B
Plaintext
# 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
|
|
[carbon]
|
|
pattern = ^carbon\.
|
|
retentions = 10:30d
|
|
|
|
# SNMP monitoring shit
|
|
[switches_snmp]
|
|
pattern = sw\.snmp\.
|
|
retentions = 60s:30d
|
|
|
|
# final defaults
|
|
[default_10s_6months]
|
|
pattern = .*
|
|
retentions = 10s:30d
|