# Armadito::Agent

## Summary

Armadito Agent aims to be a generic agent for antiviruses management with the GLPI plugin armadito-glpi.

## Installation

On Linux, To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

On Windows with Strawberry Perl,

   perl Makefile.PL
   dmake
   dmake test
   dmake install

## Perl version

Minimum perl version: 5.8

## Dependencies

This module requires these other modules and libraries:

  FusionInventory::Agent > 2.3.5+

On ubuntu :

  sudo apt-get install fusioninventory-agent
  sudo apt-get install libmodule-install-perl

On Windows :
  cpan install inc::Module::Install
  cpan install -f Authen::Simple (https://rt.cpan.org/Public/Bug/Display.html?id=100750)

## Author(s)

* Valentin Hamon <vhamon@teclib.com>

Copyright (C) 2006-2010 OCS Inventory contributors
Copyright (C) 2010-2012 FusionInventory Team
Copyright (C) 2011-2016 Teclib'

## License
This software is licensed under the terms of GPLv2+, see LICENSE file for
details.
