Replies: 1 comment 5 replies
-
Hi @j-ldes we don't have actually such plan as generally speaking antivirus are not used (and not really required) on linux. But I can understand it is on scanning servers, like on mail servers or proxy ones. This is totally possible to add antivirus detection module for linux. We just need to know how to find the required datas. If you can help, I'll be happy to implement it.
The first 2 ones can be set guessed automatically as we are checking if the given antivirus is installed. Also, you should know such information can be automatically inserted in the inventory by running a external process which has to generate a json file to be included via the additional-content parameter. Here is an example:
So you can create a script which collect that datas and generate the file. You can schedule that task via crontab, or you can create a deploy task which will only launch that script and if you force the deploy task to be run before the inventory one with the P.S.: the antivirus property must be defined as an array as many antivirus could be theoretically be found. |
Beta Was this translation helpful? Give feedback.
-
Your idea
Hi,
My request is basically the same as in this thread but for Linux.
Since you've added the possbility to collect antivirus informations on MacOS (thank you for that!), I would like to know if it's also technically possible for Linux? If so, is there plan to add this?
We've tested Glpi-Agent 1.5 on Ubuntu 22.04 with Microsoft Defender.
It's collected as a software under the name "mdatp" (which is the name of the package) but not in Antivirus.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions