zeek/aux/broctl/policy/standalone.bro
Robin Sommer 2b6ad76bd5 Creating a branch release/1.5 with the current 1.5.3 release code.
This is so that people working from the current stable version can
still start using git.
2011-03-09 15:26:01 -08:00

31 lines
547 B
Text

# $Id: standalone.bro 6860 2009-08-14 19:01:47Z robin $
#
# Configuration for a standalone system.
@load site
@unload cluster-by-addrs
@unload cluster-by-conns
@load broctl
@load notice
@load remote
@load mail-alarms
@load trim-trace-file
@load analysis-groups
# Even a stand-alone system has to listen so that we can do remote updates.
@load listen-clear
redef listen_port_clear = BroCtl::manager$p;
# Give us a name.
redef peer_description = "bro";
# Record all packets into trace file.
redef record_all_packets = T;
@load notice