1 2# FusionInventory Agent Contribs 3 4## Included contribs 5 6 * [Yum-plugin](contrib/yum-plugin) by @remicollet, see [INSTALL](contrib/yum-plugin/INSTALL) 7 * [Unix](contrib/unix): 8 * legacy Debian and Redhat init scripts 9 * systemd sample service file 10 * install-deb.sh by @J-C-P, script to simplify installation on debian/ubuntu, see [README](contrib/unix/install-deb-README.md) 11 * [Windows](contrib/windows): 12 * [fusioninventory-agent-deployment.vbs](contrib/windows/fusioninventory-agent-deployment.vbs): 13 FusionInventory Agent deployment helper script 14 * ADML & ADMX templates to help setup FusionInventory Agent through GPO 15 * [netdisco_2_glpi.sh](contrib/netdisco/netdisco_2_glpi.sh) by Stoatwblr 16 This script makes fusioninventory-compatible xml from netdisco data. 17 Stoatwblr says even if it is ugly and slow, it works ;-) 18 19## Other contribs 20 21 * [fusioninventory-agent-deployment.vbs](contrib/windows/fusioninventory-agent-deployment.vbs) with server location support 22 See [Add server location to allow server move](https://github.com/EChaffraix/fusioninventory-agent/commit/16507d0a5da09e019d5baa6264b97edf3efb3164) or #220 23 [Download](https://github.com/EChaffraix/ws/fusioninventory-agent/raw/2.3.x/contrib/windows/fusioninventory-agent-deployment.vbs), thanks to @EChaffraix 24 25 * [fusioninventory-agent-deployment.vbs](contrib/windows/fusioninventory-agent-deployment.vbs) with Telegram notification support 26 See [Implement notification in Telegram when agent was installed](https://github.com/fusioninventory/fusioninventory-agent/pull/256/commits/86c9f85516e89394523ef5641911974cfc684326) or #256 27 [Download](https://github.com/fusioninventory/fusioninventory-agent/raw/86c9f85516e89394523ef5641911974cfc684326/contrib/windows/fusioninventory-agent-deployment.vbs), thanks to @wanderleihuttel 28 29## Submit your contribs 30 31 * Clone [FusionInventory-Agent github repository](https://github.com/fusioninventory/fusioninventory-agent) 32 * Create a dedicated branch to develop and test your contrib 33 * On your 2.3.x branch, update this CONTRIB.md file to reference properly your contrib 34 * Make a PR so we only include your new contrib reference 35