zeek / zeek-client

Experimental implementation of Zeek's future cluster management client
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Add `restart` command #19

Closed ckreibich closed 2 years ago

ckreibich commented 2 years ago

This adds a command to restart all or specific Zeek cluster nodes in the current deployment. Also includes a cmake tweak to ensure we only install the .py files in the zeekclient directory, not any .pyc and related ones that running unit tests might have created.

Companion PR to zeek/zeek#2202.