Change how pcap is written to the minion file

This commit is contained in:
Mike Reeves
2022-09-14 11:00:22 -04:00
parent a4dc63f3a4
commit 0a40bfcb88
3 changed files with 15 additions and 11 deletions

View File

@@ -168,13 +168,6 @@ function add_sensor_to_minion() {
echo " config:" >> $PILLARFILE
echo " af-packet:" >> $PILLARFILE
echo " threads: $CORECOUNT" >> $PILLARFILE
echo "steno:" >> $PILLARFILE
echo " stenopin: False" >> $PILLARFILE
echo " stenopins:" >> $PILLARFILE
echo " - 3" >> $PILLARFILE
echo " enabled: True" >> $PILLARFILE
echo " disks:" >> $PILLARFILE
echo " - '/some/path'" >> $PILLARFILE
}
function createSTANDALONE() {