summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-04-04 10:24:57 +0000
committerErmal <eri@pfsense.org>2011-04-04 10:24:57 +0000
commit056df2d9f0af16083bb0f601cb519e87741f1013 (patch)
treebe2b2b066371610d23de574026ac568233b8bd8c /etc
parentd7f4030ad861859312c20510bbe788be67c2454b (diff)
downloadpfsense-056df2d9f0af16083bb0f601cb519e87741f1013.zip
pfsense-056df2d9f0af16083bb0f601cb519e87741f1013.tar.gz
Add -a to include all updaterrd.sh scripts running and also remove top killing since its not used anymore in stat gathering.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/rrd.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc
index 92764d0..2406753 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -811,9 +811,8 @@ function enable_rrd_graphing() {
}
function kill_traffic_collector() {
- mwexec("killall top", true);
mwexec("killall rrdtool", true);
- mwexec("/bin/pkill -f updaterrd.sh", true);
+ mwexec("/bin/pkill -a -f updaterrd.sh", true);
}
?>
OpenPOWER on IntegriCloud