mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add -a to include all updaterrd.sh scripts running and also remove top killing since its not used anymore in stat gathering.
This commit is contained in:
parent
d7f4030ad8
commit
056df2d9f0
@ -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);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user