-
Notifications
You must be signed in to change notification settings - Fork 10
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
Odd number of elements in anonymous hash at ./check_datadomain #5
Comments
Hi, I get this error for FSSPACE ./check_datadomain.pl -H x.x.x.x -C someting -m FSSPACE Thanks |
same here. Workarounded it by using the following lines: Didn't have any luck with debugging it further, seems to have something to do with an empty result in Thanks |
Same problem here with DISKSTATE. It seems this issue occurs with a large amount of disks. When you manually check this is happening about every fifth time. When you check again it is giving normal output. Changing timeout setting is not solving this. |
Was getting this, The scripts looks for fsid at 1.3.6.1.4.1.19746.1.3.2.1.1.1 But apperently i had no object on that oid Did a walk on the file system resource trap index 1.3.6.1.4.1.19746.1.3.2.1.1.2 instead $ snmpwalk -v 2c -c snmpcom x.x.x.x 1.3.6.1.4.1.19746.1.3.2.1.1.2 So i changed line 220 to, And are now getting a correct value: |
- applied this patch: fatz#5 (comment) - fix ddversion oid - it seems that status idle is OK as long as state is normal
Hello,
I find this problem when testing the script.
Odd number of elements in anonymous hash at ./check_datadomain line 537.Can't use string ("serial") as a HASH ref while "strict refs" in use at ./check_datadomain line 541.
./check_datadomain -H x.x.x.x -C testing -m DISKSTATE
Thanks
Javier
The text was updated successfully, but these errors were encountered: