Git Product home page Git Product logo

sysobject.ids's Introduction

sysobject.ids

Travis Build Status

This repository handles the FusionInventory sysobject.ids file database.

sysobject.ids file database is a text-based file firstly intended to help to identify network products based on their exposed SNMP values.

Actually it is only supported by NetDiscovery and NetInventory tasks used by the FusionInventory Agent

Contribution

Feel free to open an issue if you have any product supporting SNMP and you want to be discovered and inventoried by FusionInventory Agent NetDiscovery and NetInventory tasks.

The sysobject.ids file is a text database mapping the SysObjectID snmp variable (.1.3.6.1.2.1.1.2) with manufacturer, type and model. It may also map to dedicated external module which can help to handle more complex case.

You can help populating the database by providing the output of following command (if available under linux, or any snmp walk more complete output):

# snmpget -v2c -c public "serverIP" 1.3.6.1.2.1.1.2.0

The following one, from a computer with FusionInventory Agent installed, can also quickly help us:

# fusioninventory-netinventory --credentials version:2c,community:public --debug --host "serverIP"

As with the SysObjectID snmp variable content, you should provide the device related and expected manufacturer, type and model strings.

The device type can be one of the following types:

  • COMPUTER
  • NETWORKING
  • PRINTER
  • STORAGE
  • POWER
  • PHONE
  • VIDEO
  • KVM

Release

As FusionInventory Agent would be released we will tag the incorporated sysobject.ids file starting with 2.3.20.

Manual update

You can manually update sysobject.ids file into the installed fusioninventory-agent/share folder. You just have to download it, but do that at your own risk and always make a backup before updating manually.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.