zeek/scripts/base/frameworks/cluster
Jon Siwek ac257c7a6d Change/fix some cluster script error reporting.
The main script now uses the Reporter::error BIF instead of scheduling
a reporter_error event to report an invalid node name.  The later only
works if the reporter framework is loaded, but the BIF will do the right
thing and use stderr if there's no event handler.

I also @if'd out most of the setup-connections script when the node is
invalid because that's what the cluster/__load__.bro would normally do.
2011-08-10 16:29:52 -05:00
..
nodes Add a test that checks each individual script can be loaded in bare-mode. 2011-08-10 15:38:21 -05:00
__load__.bro Cluster nodes aren't in fact inherently controllable. 2011-08-09 11:15:49 -04:00
main.bro Change/fix some cluster script error reporting. 2011-08-10 16:29:52 -05:00
setup-connections.bro Change/fix some cluster script error reporting. 2011-08-10 16:29:52 -05:00