fusioninventory / fusioninventory-for-glpi

FusionInventory plugin for GLPI
http://www.FusionInventory.org/
GNU Affero General Public License v3.0
362 stars 150 forks source link

Manufacter is not set automaticaly #708

Closed ddurieux closed 9 years ago

ddurieux commented 9 years ago

Author Name: DuyLong LE (DuyLong LE) Original Redmine Issue: 1355, http://forge.fusioninventory.org/issues/1355 Original Date: 2011-11-21 Original Assignee: Guillaume Rousse


Can you find a solution in order to set the manufacter field ?

The agent can be get this value, no ?

Cisco.pm => Cisco Systems
ProCurve.pm => Hewlett Packard
Juniper.pm => Juniper Networks
...
ddurieux commented 9 years ago

Original Redmine Comment Author Name: Guillaume Rousse (@guillomovitch) Original Date: 2012-07-20T08:19:58Z


The netinventory task now tries to do it systematically, from the SNMP model if a suitable one has been identified, from a set of rules otherwise. Indeed, using manufacturer-specific routines is part of those rules.

The commit #c9bcd0d in the glpi plugin ensures the servers uses this information.