summaryrefslogtreecommitdiffstats
path: root/etc/inc/rrd.inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-03-09 11:48:27 +0100
committersmos <seth.mos@dds.nl>2011-03-09 11:48:27 +0100
commitc7cfc09856ca6044b1a4cd5448e53d092bf8416e (patch)
tree3ab09763626cffbf0347013af3871b3f3ddb53ce /etc/inc/rrd.inc
parentfdc0e920cc80c772616e30051a8661811208f8c9 (diff)
downloadpfsense-c7cfc09856ca6044b1a4cd5448e53d092bf8416e.zip
pfsense-c7cfc09856ca6044b1a4cd5448e53d092bf8416e.tar.gz
Possible double RRD process fix.
Diffstat (limited to 'etc/inc/rrd.inc')
-rw-r--r--etc/inc/rrd.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc
index 52b826b..58c4df1 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -774,7 +774,9 @@ function enable_rrd_graphing() {
}
function kill_traffic_collector() {
+ mwexec("killall top", true);
+ mwexec("killall rrdtool", true);
mwexec("/bin/pkill -f updaterrd.sh", true);
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud