summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/rrd.inc
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-10 19:46:04 +0100
committerheper <heper@users.noreply.github.com>2015-11-10 19:46:04 +0100
commitc13cce216aeace190ffa98416b6c6d6ec6ec0c7b (patch)
tree2b832c31090b5514528786b12ce1ac15ec0c9650 /src/etc/inc/rrd.inc
parent7e689d383cbb2e4481909309ed384f9e168d465e (diff)
downloadpfsense-c13cce216aeace190ffa98416b6c6d6ec6ec0c7b.zip
pfsense-c13cce216aeace190ffa98416b6c6d6ec6ec0c7b.tar.gz
add dhcp-range
Diffstat (limited to 'src/etc/inc/rrd.inc')
-rw-r--r--src/etc/inc/rrd.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/inc/rrd.inc b/src/etc/inc/rrd.inc
index 0c05062..5f7ac73 100644
--- a/src/etc/inc/rrd.inc
+++ b/src/etc/inc/rrd.inc
@@ -1,4 +1,5 @@
<?php
+/* $Id$ */
/*
rrd.inc
Copyright (C) 2010 Seth Mos <seth.mos@dds.nl>
@@ -922,6 +923,7 @@ function enable_rrd_graphing() {
$rrdcreate = "$rrdtool create $rrddbpath$dhcpif$dhcpd --step $rrddhcpdinterval ";
$rrdcreate .= "DS:leases:GAUGE:$dhcpdvalid:0:100000 ";
$rrdcreate .= "DS:staticleases:GAUGE:$dhcpdvalid:0:100000 ";
+ $rrdcreate .= "DS:dhcprange:GAUGE:$dhcpdvalid:0:100000 ";
$rrdcreate .= "RRA:MIN:0.5:1:1200 ";
$rrdcreate .= "RRA:MIN:0.5:5:720 ";
$rrdcreate .= "RRA:MIN:0.5:60:1860 ";
OpenPOWER on IntegriCloud