Skip to content

agbrook/nix_bsd_mac_inventory

 
 

Repository files navigation

Device42 is a comprehensive data center inventory management and IP Address management software that integrates centralized password management, impact charts and applications mappings with IT asset management.

This repository contains sample script to take information from different *nix operating systems and send it to Device42 appliance using the REST APIs.

Supported targets:

  • Linux
  • BSD (OpenBSD and FreeBSD)
  • OS X (tested on Mavericks)
  • Oracle Solaris ( >= 10)
  • AIX (tested on v 7.1)

Requirements


  • python 2.7.x
  • requests
  • fabric
  • netaddr
  • This script works with Device42 5.10.2 and above

Compatibility


  • Script runs on any OS capable of running Python 2.7.x

Usage


  • Run from main.py and use settings from inventory.cfg. Run against multiple targets, use parallel processing and multiple credentials.
  • Run from starter.py, use settings from inventory.cfg but specify (overwrite) single target, use_key_file, key_file, username and password from command line (take a look @ starter.py source)

Note


By default, root has permissions to run dmidecode. If you are running auto-discover as non-root user, you would need following in your /etc/sudoers file.

Cmnd_Alias INVENTORY = /usr/sbin/dmidecode -t system, /bin/grep '' /sys/devices/virtual/dmi/id/?, /sbin/fdisk -l , /sbin/hdparm -I *
%your-group-here ALL = (root) NOPASSWD: INVENTORY

If this permission is missing, auto-discovery client would not be able to find out hardware, manufacturer and serial # etc.

You might also have to comment out Default Requiretty in /etc/sudoers file.

About

Collect Inventory data from *Nix, BSD and mac OS and upload to Device42

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%