Skip to content

Commit 8ed6f6f

Browse files
committed
adapt README
1 parent c31c4c7 commit 8ed6f6f

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The Inventory Agent for Android allows you to collect a complete inventory of yo
4646

4747
Now you can choose (from the server information) whether this inventory should create a ```Phone``` or a ```Computer``` on GLPI
4848

49-
5049
## Compatibility Matrix
5150

5251
### GLPI Android Inventory Agent
@@ -66,6 +65,31 @@ GLPI Android Inventory Agent is compatible with Android 4.1 and higher (to Andro
6665

6766
Are you having trouble installing our GLPI Android Agent? You can subscribe to our professional support GLPI Network [here](https://services.glpi-network.com).
6867

68+
## Configuring the Agent with an EMM / MDM Tool
69+
70+
The GLPI agent can be deployed/configured from an **MDM** / **EMM** tool
71+
72+
- Samsung Knox
73+
- AirWatch
74+
- InTunes
75+
- MobileIron
76+
- etc.
77+
78+
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).
79+
80+
Here is the list of configurable settings:
81+
82+
- **`auto_start_on_boot`** => Run an inventory at startup (`Bool` `true` / `false`)
83+
- **`automatic_inventory`** => Enable automatic inventory (`Bool` `true` / `false`)
84+
- **`frequency`** => Frequency of automatic inventory (`String` `Day` / `Week` / `Month` default `Day`)
85+
- **`server_configuration_list`** => (`Bundle`)
86+
- **`server_url`** => GLPI server URL (`String`)
87+
- **`server_tag`** => TAG (`String`)
88+
- **`server_login`** => Username for basic authentication (`String`)
89+
- **`server_password`** => Password for basic authentication (`String`)
90+
- **`server_itemtype`** => Asset type in GLPI (`String` `Computer` / `Phone` default `Computer`)
91+
- **`server_custom_asset_serial`** => Custom serial number to replace the one generated by the agent (`String`)
92+
6993
## Documentation
7094

7195
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.

0 commit comments

Comments
 (0)