Renaud Deraison wrote: > > Actually, at the moment only 3.0.3 supports this, as a side effect or > re-opening the log file when it's too big. > OK... So a rotate script like the following should work for nessus 3.0.3?
mv -f /var/log/nessus/nessus.dump /var/log/nessus/nessus.dump.1 kill -1 `cat /opt/nessus/var/nessus/nessusd.pid` -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
