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.
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.