forked from InfotelGLPI/printercounters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprintercounters.xml
109 lines (109 loc) · 3.8 KB
/
printercounters.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>PrinterCounters</name>
<key>printercounters</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/InfotelGLPI/printercounters/master/printercounters.png</logo>
<description>
<short>
<fr><![CDATA[Plugin de gestion des compteurs des imprimantes basé sur le protocole SNMP]]></fr>
<en><![CDATA[Plugin counters management of printers based on SNMP]]></en>
</short>
<long>
<fr><![CDATA[Plugin de gestion des compteurs des imprimantes basé sur le protocole SNMP.
Le plugin se base sur l'inventaire déja existant de GLPI, pour récupérer les adresses IP des imprimantes de chaque entité.
Le plugin permet :
<br />- D'effectuer le relevé des compteurs des imprimantes sur le réseau
<br />- De configurer et de gérer l'interrogation des compteurs pour chaque imprimante
<br />- D'afficher et de gérer les coûts par imprimantes / entités
]]></fr>
<en><![CDATA[Plugin counters management of printers based on SNMP.
The plugin is based on the existing inventory GLPI to retrieve the printer IP addresses of each entity.
The plugin allows :
<br />- To perform counters reading printers on the network
<br />- To configure and manage the counter interrogation for each printer
<br />- To view and manage costs by printers / entities
]]></en>
</long>
</description>
<homepage>https://github.com/InfotelGLPI/printercounters</homepage>
<download>https://github.com/InfotelGLPI/printercounters/releases</download>
<issues>https://github.com/InfotelGLPI/printercounters/issues</issues>
<readme>https://raw.githubusercontent.com/InfotelGLPI/printercounters/master/README.md</readme>
<authors>
<author>Ludovic Dupont</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.6.0</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.5.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.5.0</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.4.1</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.4.0</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.3.0</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.2.1</num>
<compatibility>0.90</compatibility>
</version>
<version>
<num>1.2.0</num>
<compatibility>0.90</compatibility>
</version>
<version>
<num>1.0.7</num>
<compatibility>0.84</compatibility>
</version>
<version>
<num>1.0.4</num>
<compatibility>0.84</compatibility>
</version>
<version>
<num>1.0.2</num>
<compatibility>0.84</compatibility>
</version>
</versions>
<langs>
<lang>cs_CZ</lang>
<lang>en_GB</lang>
<lang>en_US</lang>
<lang>es_AR</lang>
<lang>es_ES</lang>
<lang>fr_FR</lang>
<lang>hr_HR</lang>
<lang>it_IT</lang>
<lang>ru_RU</lang>
</langs>
<license><![CDATA[GPLv2+]]></license>
<tags>
<fr>
<tag>gestion</tag>
<tag>inventaire</tag>
</fr>
<en>
<tag>management</tag>
<tag>inventory</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/wiki/InfotelGLPI/printercounters/notice/image003.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/wiki/InfotelGLPI/printercounters/notice/image021.jpg</screenshot>
</screenshots>
</root>