Airwatch connector for GLPi made by Teclib'.
This plugin imports inventory data from Airwatch to GLPi. For more information, please see http://teclib-edition.com
To declare issues or feature requests, please go to Github. To help translating the plugin, please join Transifex.
- php curl extension must be installed.
- GLPi 9.1 or higher is required.
- FusionInventory plugin must be installed and enabled.
- FI4GLPI version 0.90+1.3 or lated is required, otherwise you must patch the source code with the following commit :
The plugin requests Airwatch REST API for:
- general informations (name, OS, etc)
- network informations
- software
- airwatch specific information (enrollement, compliance and comprimse checks, etc)
A XML inventory file is done using the data above, and sent to FusionInventory, using curl. Computers are then created, representing Airwatch devices.
For each device managed by Airwatch, an "Airwatch" tab is displayed in GLPi. This tab shows Airwatch specific informtions, and allows user to force an inventory
There's no specific right for the plugin. You need, at least, to have the right to see a computer to access Airwatch informations. To force an Airwatch inventory, you need the right to update a computer.
Configuration options:
- Service URL: URL to send inventories to FusionInventory (by default
http://glpi/plugins/fusioninventory/
) - Airwatch web service URL: the REST API URL
- Airwatch console URL: Airwatch web console URL (used to generate a direct Airwatch link for each Airwatch device)
- Username: Aiwatch user used to access the API
- Password: the password for the user
- API Key: a string defined in the Airwatch administration panel
- Skip SSL checks: access REST API without checking for SSL certificate
- Open a ticket for each bug/feature so it can be discussed
- Follow development guidelines
- Refer to GitFlow process for branching
- Work on a new branch on your own fork
- Open a PR that will be reviewed by a developer