forked from armadito/armadito-glpi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
75 lines (69 loc) · 2.88 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<root>
<name>Armadito plugin for GLPI</name>
<key>armadito-glpi</key>
<state>beta</state>
<logo>https://raw.githubusercontent.com/armadito/armadito-glpi/DEV/pics/logo-armadito-192x192.png</logo>
<description>
<short>
<en>Armadito for GLPI is an open-source solution to manage computer antiviruses on IT infrastructures. It could be used to manage various kind of Antiviruses.</en>
</short>
<long>
<en>
# Armadito for GLPI
Most Antiviruses editors provide their own management solution.
While it is a good solution for most companies, it can be an
expensive solution. Indeed, most antiviruses management services
are not open-source, leading users to worrying about their data.
Also, Armadito for GLPI aims to be a free and open-source
alternative for these needs. Conceived as modular as possible,
it should offer a reduced development effort for new features.
In addition, a great attention is given to code quality,
see SonarQube.com for details.
If you have any questions or need any help, please feel free to
open a topic on our forum : https://forum.armadito.org
Installation tutorial here :
http://armadito-glpi.readthedocs.io/en/dev/tutorial/index.html
Compatiblity matrix :
| Antivirus | OS | Version | Scan | Alert | AVConf | State |
|-----------|--------|---------|------|-------|--------|-------|
| Armadito | Linux | 0.12.8 | Yes | Yes | Soon | Yes |
| Kaspersky | Win32 | 17.0.0 | Yes | Yes | Yes | Yes |
| ESETNod32 | Linux | 4.0 | Yes | Yes | Soon | Yes |
| Avast | Win32 | | Soon | Soon | Soon | Soon |
| 360Total | Win32 | | Soon | Soon | Soon | Soon |
| ... | ... | ... | ... | ... | ... | ... |
</en>
</long>
</description>
<homepage>http://armadito-glpi.readthedocs.io/en/dev/</homepage>
<download>https://github.com/armadito/armadito-glpi/releases</download>
<issues>https://github.com/armadito/armadito-glpi/issues</issues>
<readme>https://github.com/armadito/armadito-glpi/blob/DEV/README.md</readme>
<authors>
<author>Valentin Hamon</author>
</authors>
<versions>
<version>
<num>0.10.1</num>
<compatibility>9.1.1</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
</langs>
<license>AGPLv3+</license>
<tags>
<en>
<tag>antivirus</tag>
<tag>management</tag>
<tag>open-source</tag>
<tag>linux</tag>
<tag>windows</tag>
</en>
</tags>
<screenshots>
<screenshot>http://armadito-glpi.readthedocs.io/en/dev/_images/list_agents.png</screenshot>
<screenshot>http://armadito-glpi.readthedocs.io/en/dev/_images/newscan_form.png</screenshot>
<screenshot>http://armadito-glpi.readthedocs.io/en/dev/_images/config_colors.png</screenshot>
</screenshots>
</root>