add comment on how often du value is stored

This commit is contained in:
Girish Ramakrishnan
2020-05-22 20:06:45 -07:00
parent 4a3ab50878
commit d113cfc0ba

View File

@@ -3,6 +3,7 @@ import collectd,os,subprocess,sys,re,time
# https://www.programcreek.com/python/example/106897/collectd.register_read
PATHS = [] # { name, dir, exclude }
# there is a pattern in carbon/storage-schemas.conf which stores values every 12h for a year
INTERVAL = 60 * 60 * 12 # twice a day. change values in docker-graphite if you change this
def du(pathinfo):