Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_hpasm has issues with memory when using SNMPv3 #10

Open
L-B opened this issue Nov 5, 2015 · 0 comments
Open

check_hpasm has issues with memory when using SNMPv3 #10

L-B opened this issue Nov 5, 2015 · 0 comments

Comments

@L-B
Copy link

L-B commented Nov 5, 2015

When switching check_hpasm from SNMPv2 to SNMPv3, it stops working properly: there are two uninitialized variables errors.
The SNMP target is a Windows 2008 host. The system where check_hpasm is running is on RHEL6. I'm using v4.7.1.1.
snmpwalk works fine using either version of the protocol, and I don't see any obvious differences between the results.

$ /usr/lib64/nagios/plugins/check_hpasm --protocol=3  -H server -t 60 --username=user --authpassword=password --privpassword=password --authprotocol=sha --privprotocol=aes 
Use of uninitialized value in numeric lt (<) at /usr/lib64/nagios/plugins/check_hpasm line 2894.
Use of uninitialized value $hpboard in numeric ne (!=) at /usr/lib64/nagios/plugins/check_hpasm line 2900.
WARNING - status of all 0 dimms is n/a (please upgrade firmware), System: 'proliant dl380p gen8', S/N: 'CZxxxxxWN', ROM: 'P70 07/01/2015'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant