Question

Monitoring Nutanix Alerts by SNMP - Zabbix

  • 17 August 2021
  • 1 reply
  • 2469 views

Badge

Hello,

I’m trying to implement custom monitoring with Zabbix regarding the Alerts.

I’ld like to put custom alert based on Nutanix alert title such as : Cluster does not have enough free space to tolerate {num_node_failure_limit} node failure(s)

snmpget -v 3 -u zabbix -l authPriv -a SHA -A ‘XXXXXXXXXXXX’' -x AES -X ‘XXXXXXXXXXXX’' 172X.X.X ntxAlertTitle

But i have the following error : 

NUTANIX-MIB::ntxAlertTitle = No Such Object available on this agent at this OID

This kind of things are only based on trap message ? 

Regards, 

Damien


1 reply

Hi,

I used snmpwalk instead of snmpget for that. Furthermore, as you said, it seems those OIDs are just for traps.

I’d too like to poll (not via traps) useful information via snmpwalk, but I can’t see an OID which gives me a concise health status of the cluster.

Roberto

Reply