Hello, I have a problem with plugin: check_snmp_storage
One serwer have SAS storage (10TB capacity, 1TB free)
Nagios shows that:
F: Label:BACKUP_VOL Serial Number 88c93c8: 116%used(-7309626MB/-6284956MB) (>90%) : CRITICAL
Why?
plugin: check_snmp_storage
Re: plugin: check_snmp_storage
Are you using the "default check_snmp_storage.pl", that comes with Nagios XI, or you are using a custom plugin? If you are using a different plugin, can you post the download link? We will try to recreate the problem. Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: plugin: check_snmp_storage
http://nagios.manubulon.com/check_snmp_storage.pl
# Version : 1.3.3
# Date : Jun 1 2007
# Author : Patrick Proy ( patrick at proy.org)
# Help : http://nagios.manubulon.com
# Licence : GPL - http://www.fsf.org/licenses/gpl.txt
# TODO :
# Contribs : Dimo Velev, Makina Corpus, A. Greiner-Bär
# Version : 1.3.3
# Date : Jun 1 2007
# Author : Patrick Proy ( patrick at proy.org)
# Help : http://nagios.manubulon.com
# Licence : GPL - http://www.fsf.org/licenses/gpl.txt
# TODO :
# Contribs : Dimo Velev, Makina Corpus, A. Greiner-Bär
Re: plugin: check_snmp_storage
Can you run the actual command that you are using in terminal and show us the command and the output?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: plugin: check_snmp_storage
I don't know how run command in terminal
Please tell me, then I try
Please tell me, then I try
Re: plugin: check_snmp_storage
OK, Now I know
plwawsnagios:/usr/lib/nagios/plugins# ./check_snmp_storage -H 172.17.18.21 -C public -m F -w 80 -c 90
F:\ Label:BACKUP_VOL Serial Number 88c93c8 : 110 %used (-6942767MB/-6284956MB) (< 90) : CRITICAL
plwawsnagios:/usr/lib/nagios/plugins# ./check_snmp_storage -H 172.17.18.21 -C public -m F -w 80 -c 90
F:\ Label:BACKUP_VOL Serial Number 88c93c8 : 110 %used (-6942767MB/-6284956MB) (< 90) : CRITICAL
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: plugin: check_snmp_storage
you might need to add --v2c to the request for counters that large
Code: Select all
./check_snmp_storage -H 172.17.18.21 -C public -m F -w 80 -c 90 --v2c
Re: plugin: check_snmp_storage
Sorry, not working:
plwawsnagios:/usr/lib/nagios/plugins# ./check_snmp_storage -H 172.17.18.21 -C public -m F -w 80 -c 90 --v2c
F:\ Label:BACKUP_VOL Serial Number 88c93c8: 108%used(-6759166MB/-6284956MB) (>90%) : CRITICAL
plwawsnagios:/usr/lib/nagios/plugins# ./check_snmp_storage -H 172.17.18.21 -C public -m F -w 80 -c 90 --v2c
F:\ Label:BACKUP_VOL Serial Number 88c93c8: 108%used(-6759166MB/-6284956MB) (>90%) : CRITICAL
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: plugin: check_snmp_storage
I'm not sure why you are getting this but it may be because of the type of device you are monitoring and it's use of various technologies (ie RAID. etc). It may be more appropriate to find a plugin specifically for SAS devices