I have a HPE G7 and Zabbix v6, So I want to monitor this server on zabbix I fill the snmp data on iLO, but I get No Snmp Data Collection on Zabbix!
I try to fill snmp data on iLO!It happens on HPE-G7! Do you have any way to solve this problem!?
There are many possible causes for this issue:
To test SNMP connectivity from the Zabbix server to the HPE G7 server, you can use the nmap and snmpwalk commands.
nmap -sU -p 161 <HPE G7 server's IP address>
The SNMP port should be open
, not open|filtered
, in the nmap output.
snmpwalk -v 2c -c <community string> <HPE G7 server's IP address> | head
If working, the snmpwalk command will show a bunch of SNMP metrics. When not working, it usually shows a timeout error.