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

[plugin] qnap storage #27

Closed
garnier-quentin opened this issue Apr 28, 2015 · 2 comments
Closed

[plugin] qnap storage #27

garnier-quentin opened this issue Apr 28, 2015 · 2 comments
Assignees
Labels
enhancement Enhance existing

Comments

@garnier-quentin
Copy link
Contributor

this plugin, like check_centreon_remote_storage plugin, does not see raid but only "/" and "swap" storage
to see it, I try with:
check_centreon_snmp_value -H myserver -v 2c -C public -o '.1.3.6.1.4.1.24681.1.2.17.1.5.1'
nut it returns:
Argument "3.49 TB" isn't numeric in numeric gt (>) at ./check_centreon_snmp_value line 329.
Argument "3.49 TB" isn't numeric in numeric lt (<) at ./check_centreon_snmp_value line 354.
OK :The value is 3.490000 nounit|value=3.49 TBnounit;5;10;0;0
and graph is not painted

@garnier-quentin
Copy link
Contributor Author

here we are:

snmpwalk -v 2c -c public 192.168.10.232 '.1.3.6.1.4.1.24681.1.2.17.1.5.1'

output is:
SNMPv2-SMI::enterprises.24681.1.2.17.1.5.1 = STRING: "3.49 TB"
another useful info will be smart status:

snmpwalk -v 2c -c public 192.168.10.232 '.1.3.6.1.4.1.24681.1.2.11.1.7'

output:
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.1 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.2 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.3 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.4 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.5 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.6 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.7 = STRING: "GOOD"
SNMPv2-SMI::enterprises.24681.1.2.11.1.7.8 = STRING: "GOOD"

@garnier-quentin garnier-quentin added the enhancement Enhance existing label Apr 28, 2015
@garnier-quentin garnier-quentin self-assigned this May 7, 2015
@garnier-quentin
Copy link
Contributor Author

Add smart info status:
f28c979

I will add a volume check.

garnier-quentin pushed a commit that referenced this issue Mar 10, 2017
Sims24 pushed a commit that referenced this issue Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance existing
Projects
None yet
Development

No branches or pull requests

1 participant