Nutanix OS

Details -

Add support for Nutanix software/hardware.

Attached is the commands and Nutanix MIB
NEW-OS-SUPPORT-COMMANDS-NUTANIX.txt
Nutanix-MIB.txt

(Imported from https://github.com/librenms/librenms/issues/10602, Original request by: @jdtinsley88)

I too want this. What needs to happen to get Nutanix MIBS integrated into LibreNMS? I’ve seen a string of Github and community requests over the past few years, but seems there is no movement. I’d like to know what is needed and if I can submit a PR with the files needed to have it integrated.

So far nobody seem to have stepped up and contributed support.

If you want to give it a shot take a look at https://docs.librenms.org/Developing/os/Initial-Detection/

As far as I can tell, I did what was mentioned in the docs that you linked to:

Here is the result of ./discovery.php - Untitled - LibreNMS
Here is the result of ./poller.php - Untitled - LibreNMS
Here is the result of snmpwalk - Untitled - LibreNMS

Got logo here: https://upload.wikimedia.org/wikipedia/commons/e/ea/Nutanix_Logo.svg

Let me know if you need the MIBs file.

My definition yaml file:

os: nutanix
group: unix
type: server
text: ‘Nutanix Prism Element’
icon: nutanix
mib_dir: nutanix
over:
- { graph: device_bits, text: ‘Device Traffic’ }
discovery:
- sysObjectID:
- 1.3.6.1.4.1.41263.501

If you want something included in librenms you need to submit a pull request on github

So we don’t post it here as the documentation says? Does the pull request just include the items listed above?

I’ve done the initial discovery per the requirements of the documentation and I am by no means a developer so I’m not sure how to integrate this into LibreNMS via a pull request.