Just a small addition to https://forum.proxmox.com/threads/how-to-integrate-eset-antivirus-with-pmg.49788/#post-238553
I guess with newer versions you have to use "cls" Command LIne Scanner:
After installation, there is now also a WebGUI on https://<servername>:9443, initial password is written on console after installation...
Hmm and also the following has to be adjusted:
I guess with newer versions you have to use "cls" Command LIne Scanner:
Code:
open(my $cmd, '-|', '/opt/eset/efs/sbin/cls/cls' , '--base-dir=/var/opt/eset/efs/lib' , '--clean-mode=standard' ,'--log-file=/var/log/cls-logs.log', $dname) ||
die "$queue->{logid}: can't exec esets scan: $! : ERROR";
After installation, there is now also a WebGUI on https://<servername>:9443, initial password is written on console after installation...
Hmm and also the following has to be adjusted:
Code:
while (defined(my $line = <$cmd>)) {
if ($line =~ m/^name=\"(.*)\".*result=\"(.*)\".*action=\"(.*)\".*info=\"(.*)\"$/) {
Last edited: