-
Notifications
You must be signed in to change notification settings - Fork 6
/
databaseinventory.xml
52 lines (52 loc) · 2.24 KB
/
databaseinventory.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
<root>
<name>Database inventory</name>
<key>databaseinventory</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/databaseinventory/main/docs/logo.png</logo>
<description>
<short>
<en>DatabaseInventory GLPI plugin.</en>
<fr>Plugin GLPI d'inventaire des bases de données</fr>
</short>
<long>
<en>This plugin allows you to "manage" the Teclib' inventory agents in order to perform an inventory of the databases present on the workstation.</en>
<fr>Ce plugin permet de "piloter" les agents d'inventaire Teclib' afin d'executer un inventaire des bases de données présentes sur le poste.</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/databaseinventory</homepage>
<download>https://github.com/pluginsGLPI/databaseinventory/releases</download>
<issues>https://github.com/pluginsGLPI/databaseinventory/issues</issues>
<readme>https://github.com/pluginsGLPI/databaseinventory/blob/main/README.md</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/databaseinventory/releases/download/1.0.0/glpi-databaseinventory-1.0.0.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL V3+</license>
<tags>
<en>
<tag>Database</tag>
<tag>Inventory</tag>
<tag>GLPI-Network</tag>
</en>
<lang>
<tag>Base de données</tag>
<tag>Inventaire</tag>
<tag>GLPI-Network</tag>
</lang>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/databaseinventory/main/docs/screenshots/main_menu.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/databaseinventory/main/docs/screenshots/computergroup_dynamic.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/databaseinventory/main/docs/screenshots/credential.png</screenshot>
</screenshots>
</root>