Follow these steps to collect diagnostics data for roksnet security servers.
- Log in to
security serverwithssh. - Download
roksnet_diagscript withcurl.
curl -O https://raw.githubusercontent.com/Roksnet/support/main/roksnet_diag
- Grant execution privileges on
roksnet_diag.
chmod 755 roksnet_diag
- Execute diagnostics script by specifing destionation directory as first positional argument.
sudo ./roksnet_diag /tmp
- Copy diagnostics archive from security server with
scp,rsyncor any other method and send it tosupport@roksnet.com.