Delete RRD graph of a specific interface
-
Hi folks,
There are several interfaces (opt3, opt 4, ovpns2) which were removed for a while ago in my pfsense box. Although, they are not used anymore, the RRD graphs which belongs to them are still present. Are there any way to clear the RRD data of these interfaces.
thanks
-
Easy!
RRD data is in /var/db/rrd
Just rm the data you no longer need.
e.g.
[2.0.2-RELEASE][admin@pfsense.domain]/root(1): cd /var/db/rrd
[2.0.2-RELEASE][admin@pfsense.domain]/var/db/rrd(2): ls
GW-quality.rrd ovpns1-traffic.rrd system-states.rrd
WAN-quality.rrd ovpns1-vpnusers.rrd updaterrd.sh
ipsec-packets.rrd ppp-cellular.rrd wan-packets.rrd
ipsec-traffic.rrd system-memory.rrd wan-traffic.rrd
ovpns1-packets.rrd system-processor.rrd
[2.0.2-RELEASE][admin@pfsense.domain]/var/db/rrd(3):rm ovpns1*.rrd
[2.0.2-RELEASE][admin@pfsense.domain]/var/db/rrd(4):to drop the OpenVPN interface stats