Hi,
I downloaded the check_hp to check my hardware on my HP server and it works fine. But on the windows servers, it can't find oid for Array and physical drive...
My server is an hp server dl380 Gen7 and I installed Hp Insight agent and snmp is running.
Is there anyone who has the same problem or resolved it ?
Regards,
David
Array disk not found, check_hp
Re: Array disk not found, check_hp
Can you post the service definitions for us to take a look at, for the ones that are failing? Additionally, are you able to run a SNMPwalk against the machine that is failing?
Former Nagios Employee
Re: Array disk not found, check_hp
I didn't integrate my command in Nagios, I'm testing it. I run the check from my nagios with the command ./check_hp -H @IPHOST -C community -d.
The command works because I have some good results, it finds some OID but it doesn't find the OID of my disk, array...
The command works because I have some good results, it finds some OID but it doesn't find the OID of my disk, array...
Re: Array disk not found, check_hp
Can you post your entire output of an SNMP walk against the machine?
Former Nagios Employee
Re: Array disk not found, check_hp
I'm limited with 60000 lines here. And the output is about 300 000 lines.
Re: Array disk not found, check_hp
Can you run a snmpwalk against the server and see if the output of the walk has any data about the drive and or the array you are trying to monitor?
If the OID is different then what the plugin is using, you would have to update it to use the different OID and the snmpwalk would be the first step on finding that OID.
If the OID is different then what the plugin is using, you would have to update it to use the different OID and the snmpwalk would be the first step on finding that OID.
Be sure to check out our Knowledgebase for helpful articles and solutions!