From 589c0189fd1a2959c3e32b80fbc95cc36e359044 Mon Sep 17 00:00:00 2001 From: stonebuzz Date: Wed, 18 Sep 2024 09:01:29 +0200 Subject: [PATCH] adapt README --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 956bf0940..3a03ee41c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ The Inventory Agent for Android allows you to collect a complete inventory of yo Now you can choose (from the server information) whether this inventory should create a ```Phone``` or a ```Computer``` on GLPI - ## Compatibility Matrix ### GLPI Android Inventory Agent @@ -66,6 +65,31 @@ GLPI Android Inventory Agent is compatible with Android 4.1 and higher (to Andro Are you having trouble installing our GLPI Android Agent? You can subscribe to our professional support GLPI Network [here](https://services.glpi-network.com). +## Configuring the Agent with an EMM / MDM Tool + +The GLPI agent can be deployed/configured from an **MDM** / **EMM** tool + +- Samsung Knox +- AirWatch +- InTunes +- MobileIron +- etc. + +As long as the **MDM** / **EMM** tool is compatible with [managed configurations](https://developer.android.com/work/managed-configurations), you can configure the GLPI Agent (at deployment or on the fly). + +Here is the list of configurable settings: + +- **`auto_start_on_boot`** => Run an inventory at startup (`Bool` `true` / `false`) +- **`automatic_inventory`** => Enable automatic inventory (`Bool` `true` / `false`) +- **`frequency`** => Frequency of automatic inventory (`String` `Day` / `Week` / `Month` default `Day`) +- **`server_configuration_list`** => (`Bundle`) + - **`server_url`** => GLPI server URL (`String`) + - **`server_tag`** => TAG (`String`) + - **`server_login`** => Username for basic authentication (`String`) + - **`server_password`** => Password for basic authentication (`String`) + - **`server_itemtype`** => Asset type in GLPI (`String` `Computer` / `Phone` default `Computer`) + - **`server_custom_asset_serial`** => Custom serial number to replace the one generated by the agent (`String`) + ## Documentation We maintain a detailed documentation of the project on the website, check the [How-tos](http://glpi-project.github.io/android-inventory-agent/howtos/) and [Development](http://glpi-project.github.io/android-inventory-agent/) section.