Revision 056df2d9
Added by Ermal LUÇI over 14 years ago
etc/inc/rrd.inc | ||
---|---|---|
811 | 811 |
} |
812 | 812 |
|
813 | 813 |
function kill_traffic_collector() { |
814 |
mwexec("killall top", true); |
|
815 | 814 |
mwexec("killall rrdtool", true); |
816 |
mwexec("/bin/pkill -f updaterrd.sh", true); |
|
815 |
mwexec("/bin/pkill -a -f updaterrd.sh", true);
|
|
817 | 816 |
} |
818 | 817 |
|
819 | 818 |
?> |
Also available in: Unified diff
Add -a to include all updaterrd.sh scripts running and also remove top killing since its not used anymore in stat gathering.