# A site.cfg file which will modify a generated configuration to make # it suitable for data collection every 5 minutes. # Specify the polling interval used Target --default-- rrd-poll-interval = 300 # Specify which RRAs the default target type will use targetType --default-- rra = "p300-5minAve, p300-30minAve, p300-2hrAve, p300-1dayAve" # Specify the RRAs, pXXX refers to the rrd-poll-interval used by the device # 5 minute average for 2 hours rra p300-5minAve AVERAGE:0.5:1:576 # 5 minute max for 2 hours rra p300-5minMax MAX:0.5:1:576 # 30 minute average for 2 weeks rra p300-30minAve AVERAGE:0.5:6:672 # 30 minute max for 2 weeks rra p300-30minMax MAX:0.5:6:672 # 2 hour average for 2 months rra p300-2hrAve AVERAGE:0.5:24:672 # 2 hour max for 2 months rra p300-2hrMax MAX:0.5:24:672 # 1 day average for 2 years rra p300-1dayAve AVERAGE:0.5:288:720 # 1 day max for 2 years rra p300-1dayMax MAX:0.5:288:720