{"id":28348823,"url":"https://github.com/glpi-project/glpi-agent","last_synced_at":"2025-06-22T04:31:33.858Z","repository":{"id":37480978,"uuid":"228588138","full_name":"glpi-project/glpi-agent","owner":"glpi-project","description":"GLPI Agent","archived":false,"fork":false,"pushed_at":"2025-06-17T08:49:30.000Z","size":42027,"stargazers_count":304,"open_issues_count":20,"forks_count":77,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2025-06-20T04:33:16.073Z","etag":null,"topics":["agent","glpi","glpi-agent","inventory","inventory-agent"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glpi-project.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-17T10:07:28.000Z","updated_at":"2025-06-17T08:49:33.000Z","dependencies_parsed_at":"2023-11-17T16:44:57.312Z","dependency_job_id":"acf54e1b-e8c3-4db2-8488-14859a347391","html_url":"https://github.com/glpi-project/glpi-agent","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/glpi-project/glpi-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glpi-project%2Fglpi-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glpi-project%2Fglpi-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glpi-project%2Fglpi-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glpi-project%2Fglpi-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glpi-project","download_url":"https://codeload.github.com/glpi-project/glpi-agent/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glpi-project%2Fglpi-agent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261237749,"owners_count":23128844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","glpi","glpi-agent","inventory","inventory-agent"],"created_at":"2025-05-27T19:10:38.573Z","updated_at":"2025-06-22T04:31:33.850Z","avatar_url":"https://github.com/glpi-project.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://raw.githubusercontent.com/glpi-project/glpi-agent/develop/share/html/logo.png\" alt=\"GLPI Agent\" width=\"32\" height=\"32\" /\u003e GLPI Agent\n\n[![GLPI Agent CI](https://github.com/glpi-project/glpi-agent/actions/workflows/glpi-agent-ci.yml/badge.svg)](https://github.com/glpi-project/glpi-agent/actions/workflows/glpi-agent-ci.yml)\n[![GLPI Agent Packaging](https://github.com/glpi-project/glpi-agent/actions/workflows/glpi-agent-packaging.yml/badge.svg)](https://github.com/glpi-project/glpi-agent/actions/workflows/glpi-agent-packaging.yml)\n[![Github All Releases](https://img.shields.io/github/downloads/glpi-project/glpi-agent/total.svg)](#download)\n[![Twitter Follow](https://img.shields.io/twitter/follow/GLPI_PROJECT.svg?style=social\u0026label=Follow)](https://twitter.com/GLPI_PROJECT)\n\n## Summary\n\nThe GLPI Agent is a generic management agent. It can perform a\ncertain number of tasks, according to its own execution plan, or on behalf of a\nGLPI server acting as a control point.\n\n## Description\n\nThis agent is based on a fork of [FusionInventory agent](https://github.com/fusioninventory/fusioninventory-agent) and so works mainly like FusionInventory agent.\nIt introduces new features and a new protocol to communicate directly with a GLPI server and its native inventory feature. Anyway it also keeps the compatibility with [FusionInventory for GLPI plugin](https://github.com/fusioninventory/fusioninventory-for-glpi).\n\n## Download\n\n* Release: See [our github releases](https://github.com/glpi-project/glpi-agent/releases) for official win32, MacOSX \u0026 linux packages.\n* Development builds:\n    - nightly builds for last 'develop' branch commits: [GLPI-Agent nightly builds](http://nightly.glpi-project.org/glpi-agent)\n    - with a github account, you can also access artifacts for any other branches supporting [\"GLPI Agent Packaging\" workflow](https://github.com/glpi-project/glpi-agent/actions/workflows/glpi-agent-packaging.yml?query=is%3Asuccess+event%3Apush+-branch%3Adevelop)\n\n## Documentation\n\nThe GLPI Agent has its [dedicated documentation project](https://github.com/glpi-project/doc-agent) where any contribution will also be appreciated.\n\nThe documentation itself is [readable online](https://glpi-agent.readthedocs.io/).\n\n[![Documentation Status](https://readthedocs.org/projects/glpi-agent/badge/?version=latest)](https://glpi-agent.readthedocs.io/en/latest/?badge=latest)\n\n## Dependencies\n\n### Core\n\nMinimum perl version: 5.8\n\nMandatory Perl modules:\n\n* File::Which\n* LWP::UserAgent\n* Net::IP\n* Text::Template\n* UNIVERSAL::require\n* XML::LibXML\n* Cpanel::JSON::XS\n\nOptional Perl modules:\n\n* Compress::Zlib, for message compression\n* HTTP::Daemon, for web interface\n* IO::Socket::SSL, for HTTPS support\n* LWP::Protocol::https, for HTTPS support\n* Proc::Daemon, for daemon mode (Unix only)\n* Proc::PID::File, for daemon mode (Unix only)\n\n### Inventory task\n\nOptional Perl modules:\n\n* Net::CUPS, for printers detection\n* Parse::EDID, for EDID data parsing\n* DateTime, for reliable timezone name extraction\n\nOptional programs:\n\n* dmidecode, for DMI data retrieval\n* lspci, for PCI bus scanning\n* hdparm, for additional disk drive info retrieval\n* monitor-get-edid-using-vbe, monitor-get-edid or get-edid, for EDID data access\n* ssh-keyscan, for host SSH public key retrieval\n\n### Network discovery tasks\n\nMandatory Perl modules:\n\n* Thread::Queue\n\nOptional Perl modules:\n\n* Net::NBName, for NetBios method support\n* Net::SNMP, for SNMP method support\n\nOptional programs:\n\n* arp, for arp table lookup method support\n\n### Network inventory tasks\n\nMandatory Perl modules:\n\n* Net::SNMP\n* Thread::Queue\n\nOptional Perl modules:\n\n* Crypt::DES, for SNMPv3 support\n\n### Wake on LAN task\n\nOptional Perl modules:\n\n* Net::Write::Layer2, for ethernet method support\n\n### Deploy task\n\nMandatory Perl modules:\n\n* Digest::SHA\n* File::Copy::Recursive\n* Cpanel::JSON::XS\n* URI::Escape\n\nMandatory Perl modules for P2P Support:\n* Net::Ping\n* Parallel::ForkManager\n\n### MSI Packaging\n\nTools:\n\n* [dmidecode](https://github.com/glpi-project/dmidecode) modified to be built with mingw32\n* hdparm\n* [7zip](https://www.7-zip.org/)\n\nMandatory Perl modules:\n\n* Perl::Dist::Strawberry\n\n### MacOSX Packaging\n\nTools:\n\n* [dmidecode](https://github.com/glpi-project/dmidecode/tree/macosx) modified to be built on macosx\n* [munkipkg](https://github.com/munki/munki-pkg)\n* Xcode\n* productbuild\n* hdiutil\n\n### Public databases\n\n* Pci.ids\n* Usb.ids\n* SysObject.ids: [sysobject.ids](https://github.com/glpi-project/sysobject.ids)\n\n## Related contribs\n\nSee [CONTRIB](CONTRIB.md) to find references to GLPI Agent related scritps/files\n\n## Contacts\n\nProject websites:\n\n* main site: \u003chttps://glpi-project.org/\u003e\n* forum: \u003chttps://forum.glpi-project.org/\u003e\n* github: \u003chttp://github.com/glpi-project/glpi-agent\u003e\n\nProject Telegram channel:\n\n* https://t.me/glpien\n\nPlease report any issues on project [github issue tracker](https://github.com/glpi-project/glpi-agent/issues).\n\n## Active authors\n\n* Guillaume Bougard \u003cgbougard@teclib.com\u003e\n\nCopyright 2006-2010 [OCS Inventory contributors](https://www.ocsinventory-ng.org/)\n\nCopyright 2010-2019 [FusionInventory Team](https://fusioninventory.org)\n\nCopyright 2011-2021 [Teclib Editions](https://www.teclib-edition.com/)\n\n## License\n\n[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\n\nThis software is licensed under the terms of GPLv2+, see LICENSE file for\ndetails.\n\n## Additional pieces of software\n\nThe glpi-injector script is based on fusioninventory-injector script:\n\n* author: Pascal Danek\n* copyright: 2005 Pascal Danek\n\nGLPI::Agent::Task::Inventory::Vmsystem\ncontains code from imvirt:\n\n* url: \u003chttp://micky.ibh.net/~liske/imvirt.html\u003e\n* author: Thomas Liske \u003cliske@ibh.de\u003e\n* copyright: 2008 IBH IT-Service GmbH \u003chttp://www.ibh.de/\u003e\n* License: GPLv2+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglpi-project%2Fglpi-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglpi-project%2Fglpi-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglpi-project%2Fglpi-agent/lists"}