[ACE-5] Integrate NetXMS in ACE for the IT Inventory Created: 05/Apr/24 Updated: 17/Apr/24 Due: 12/Apr/24 |
|
| Status: | To Do |
| Project: | ACE |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Normal |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Customer: |
NEP_3.X
|
| Planned Start: | |
| Planned End: | |
| Complexity: | High |
| Description |
|
Ensure NetXMS is ready for integration with NEP. (in progress) : 2. Propose an arrangement of the different IT asset categories in the IT inventory Module. 1. Prepare template for ESX servers/ Linux Machines / Windows Machine / Printers / |
| Comments |
| Comment by Mbaye Lo [ 15/Apr/24 ] |
|
The below script performs SNMP queries to retrieve information about memory usage, hardware details, processor usage, and virtual machines hosted on the ESXi host. Adjust SNMP community string and OID definitions as needed based on your environment. /* !/bin/bash /* Usage: ./vmware_inventory.sh <ESXi_host_IP> /* Check if IP address is provided /* Define ESXi host IP address /* SNMP community string /* SNMP OID definitions /* Function to perform SNMP query ' /* Retrieve memory usage /* Retrieve hardware details /* Retrieve processor usage /* Retrieve virtual machines /* Display gathered information ======================================================================= /*# Define SNMP community string /*# Define SNMP OID definitions /*# Function to perform SNMP query /*# Retrieve memory usage /*# Retrieve hardware details /*# Retrieve processor usage /*# Retrieve virtual machines /*# Output gathered information |