Skip to content

ticgal/fia-installer-4l

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fusioninventory Agent Installer for GNU/Linux

Fusioninventory agent Installer for GNU/Linux Logo

License Twitter Web

English

A little step into achieving a universal GNU/Linux installer for GLPI with

Supported Distros

  • Debian 7+
  • Ubuntu 16.04 +
  • Elementary OS 5+
  • Centos 6+
  • Oracle Linux 7 (not tested)
  • Redhat 7 (not tested)

Setup

  1. Download the script
wget https://raw.githubusercontent.com/ticgal/fia-installer-4l/master/fia-installer-4l.sh
  1. Edit the file and configure.
    • Minimum settings:
      • Server:fiaglpiserver
    • Other settings:
      • Modules to install
      • Reset agent
      • FIA version
      • tag
      • debub mode
      • no ssl check
      • logger
      • no-category
    • Fixed settings:
      • Local inventory by default in /tmp
      • Logfile /var/log/fusioninventory.log
      • Colored terminal

Run

bash ./fia-installer-4l.sh

Contribute

Please fell free to contribute. Open an issue to discuss it and a related PR with your suggested changes. Looking for:

  • Support more distros
  • Other script enhancements