GLPI Inventory with wapt
Silent install package for GLPI Inventory with wapt
tis-audit-glpi-inventory
The tis-audit-glpi-inventory package is designed to deploy and execute the GLPI Inventory tool on client machines. Once the inventory is completed, the collected data is automatically sent to the WAPT audit system.
The inventory information is then accessible directly from the WAPT console under the Audit Data tab of your machine. This provides a detailed and centralized view of the inventory data sent to the GLPI server, making it easier to track and manage IT assets.
To deploy GLPI with WAPT, you can use our tis-glpi-agent package: https://wapt.tranquil.it/store/fr/tis-glpi-agent
To automatically export information to your GLPI server via WAPT, check how our export package works according to your GLPI version.
-
tis-glpi-plugin-export-to-glpi10 : https://wapt.tranquil.it/store/fr/tis-glpi-plugin-export-to-glpi10
-
tis-glpi-plugin-export-to-glpi9 : https://wapt.tranquil.it/store/fr/tis-glpi-plugin-export-to-glpi9
- package: tis-audit-glpi-inventory
- name: GLPI Inventory with wapt
- version: 1.19-0
- maintainer: Simon Fonteneau
- licence: GPL-2.0
- locale: all
- target_os: windows
- architecture: x64
- signature_date:
- size: 31.92 Mo
- installed_size: 72.14 Mo
- homepage : https://github.com/glpi-project/glpi-agent
package : tis-audit-glpi-inventory
version : 1.19-0
architecture : x64
section : base
priority : optional
name : GLPI Inventory with wapt
categories :
maintainer : Simon Fonteneau
description : GLPI Inventory with wapt
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.0
sources :
installed_size : 72138232
impacted_process :
description_fr :
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule : 7d
editor :
keywords : glpi
licence : GPL-2.0
homepage : https://github.com/glpi-project/glpi-agent
package_uuid : 673a5d78-368c-4f79-bfad-cff81910fbc7
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10
max_os_version :
icon_sha256sum : ff336ad8093a16abe7028748cdebfd0b9e789dd85f0b38d35d3dbdadbc8b6e97
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2026-08-09T12:17:56.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : bC17mwV6IX74I4xsE9VcqH3kziEWqw37s4HWez2xQC1+xkCsz76Njr1nxE3R1qy8saMPPKbfUL6mGJ0e/0Iv1ShMo1LYsvok3zSmrFmeS8brrqEanjla/DjV3lKnhmLJ1VLymvikMz5sLXl6056DZKL3gqIqB6sudZ5eKuLjJGM2iziHYa6h6yqq/krqR+dstwJWR7bRyNke2eQP92gg6QITMrQ94QNFC0VAZ3UWU06qM0gB0vIFzxAY9OoJdF1r46d6vIpzmApHrHjtPWLx4K90QyiAjvuG5M7R2+WZTeahSt8mOT4KT6kOn/+c8WMX+zhfJOGhrADGiSHhYljf8g==
# -*- coding: utf-8 -*-
from setuphelpers import *
import json
def install():
azip = glob.glob("*.zip")[0]
unzip(azip,makepath(persistent_dir))
def audit():
jsonfile = makepath(persistent_dir,'inventory.json')
run('"%s" --json > "%s"' % (makepath(persistent_dir,'glpi-inventory.bat'),jsonfile))
with open(jsonfile,'rb') as f:
datajson = json.load(f)
WAPT.write_audit_data_if_changed("audit-glpi-inventory", "audit-glpi-inventory", datajson, keep_days=365,max_count=1)
return "OK"
# -*- coding: utf-8 -*-
from setuphelpers import *
import os
import json
def update_package():
proxies = {}
if isfile(makepath(user_local_appdata(), "waptconsole", "waptconsole.ini")):
proxywapt = inifile_readstring(makepath(user_local_appdata(), "waptconsole", "waptconsole.ini"), "global", "http_proxy")
if proxywapt:
proxies = {"http": proxywapt, "https": proxywapt}
currentpath = os.path.dirname(os.path.realpath(__file__))
url_api = "https://api.github.com/repos/glpi-project/glpi-agent/releases"
json_load = json.loads(wgets(url_api, proxies=proxies))
found = False
for releases in json_load:
if found:
break
for download in releases["assets"]:
if download["browser_download_url"].endswith("%s.zip" % control.architecture):
url_dl = download["browser_download_url"]
binary = url_dl.split("/")[-1]
found = True
break
version = binary.split('-')[2]
allexe = glob.glob("*.zip")
for f in allexe:
if f != binary:
remove_file(f)
if not isfile(binary):
wget(url_dl,binary,proxies=proxies)
control.version = version + "-0"
control.save_control_to_wapt()
b4947301fecb97148c4987b30096f6fae2170b112bc8c4268917cccc96445d06 : GLPI-Agent-1.19-x64.zip
38c8623e9088462e2b3df23208a931e1421cb92f0f5f2fedc5863956782c17d0 : WAPT/README.md
f32688ea04bf89a3d5276423648ed59f80e4e2a3b8eca4fa04b1f5666f06e9ad : WAPT/README_fr.md
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
a3cda54d7924f2bdd6e2ea6684f2e8215d61bf4a7e5b6b601df69414ef5e373d : WAPT/control
ff336ad8093a16abe7028748cdebfd0b9e789dd85f0b38d35d3dbdadbc8b6e97 : WAPT/icon.png
bb76835d08987cfe1adf71386dc4b6fd86a27a6a98892b8705bb534aa2efb2c7 : luti.json
bf0c1836b5be16f1ec8a00b9657f76e3446dfedef6c7de0009c660fce1e82c57 : setup.py
cebd8b2dea75600eee27ac7ba96bcf1f2c8b4ecb55b51afbfdc6a03154959167 : update_package.py