How to monitor SAN Switch

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

How to monitor SAN Switch

Post by wiproltdwiv »

Dear Sir/Madam,

Recently, We've added four SAN switch into NagiosXI which is added properly with only ping parameters. As we need to monitor the "Temperature" of these SAN switch
so we want to ask that NagiosXI tool having some options for this or we need to have plugins for the same, if yes then please suggest which plugins should have and complete steps.


Amit kr. Sharma
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: How to monitor SAN Switch

Post by Box293 »

What brand/model of SAN is it?

Have you tried searching the Nagios Exchange for san related checks for this brand/model?

http://exchange.nagios.org
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: How to monitor SAN Switch

Post by wiproltdwiv »

model : IBM 2498
This all are Brocade SAN Switches.
yes but not found anything.

please suggest this is very urgent!!!!!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How to monitor SAN Switch

Post by scottwilkerson »

You should be able to monitor the temperature on the switch with this plugin

http://exchange.nagios.org/directory/Pl ... re/details
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: How to monitor SAN Switch

Post by slansing »

In addition to what Scott mentioned, there are actually quite a few plugins that can be found at:

http://exchange.nagios.org/index.php?op ... cade%20SAN

A couple of the higher rated plugins mention that they do work on other brocade devices, likely because the OIDS may carry over. Though I'd recommend using check_snmp_temperature as that should take the OIDS you have without a doubt. Another option would be setting up an SNMP trap to be received for this:

http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: How to monitor SAN Switch

Post by wiproltdwiv »

Dear Sir/Madam,

As given by you in trail mail we've install the check_snmp_temperature plugin to monitor SAN switch with the below command line:

$USER1$/check_snmp_temperature.pl -H $HOSTADDRESS$ -C N^6^rdbk -T cisco -a '.' -A '.' -w 40 -c 50 BUT when we are checking this in our Nagios server by this command we're getting this error:

[root@EMSNagios1 libexec]# ./check_snmp_temperature.pl -H 10.128.32.31 -C N^6^rdbk -T cisco -a '.' -A '.' -w 40 -c 50
ERROR: Problem retrieving OID 1.3.6.1.4.1.9.9.13.1.3.1.2 table: No response from remote host '10.128.32.31'.

Along with this please find the another error :


[root@EMSNagios1 libexec]# cfgmaker --show-op-down --zero-speed=100000000 --snmp-options=:::::1 --noreversedns @10.128.32.31
SNMP Error:
no response received
SNMPv1_Session (remote host: "10.128.32.7" [10.128.32.7].161)
community: "public@"
request ID: 863592443
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib64/mrtg2/SNMP_util.pm line 629
SNMPWALK Problem for 1.3.6.1.2.1.1 on public@@10.128.32.7:::::1:v4only
at /usr/bin/cfgmaker line 950
WARNING: Skipping public@@10.128.32.7:::::1 as no info could be retrieved

# Created by
# /usr/bin/cfgmaker --show-op-down --zero-speed=100000000 --snmp-options=:::::1 --noreversedns @10.128.32.7


### Global Config Options

# for UNIX
# WorkDir: /home/http/mrtg

# or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System:
# Description:
# Contact:
# Location:
######################################################################

so please provide us a resolution ASAP as this case is escalated.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: How to monitor SAN Switch

Post by tgriep »

Can you try to run the SNMP Walk Monitoring Wizard and see if you get any information back?
You can access this by clicking on Configure and then the Monitoring Wizard on the left hand side?
Be sure to check out our Knowledgebase for helpful articles and solutions!
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: How to monitor SAN Switch

Post by wiproltdwiv »

Dear Sir,

we tried this but we're getting trouble to mentioned all the required details like what should be the details under SNMP scan setting, SNMP Authentication and SNMP services. We've given to our device details as an attachment and we need to monitor temperature OID/parameter. But under SNMP services there is no temperature parameters instead of this there is sysName.0 along with this please provide complete steps with screen shot Which will help us to fill all the details.

Device Hostname: IBM_2498_B24_PUN_SW1
IP: 10.128.32.31
SAN Switch
model: IBM 2498
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How to monitor SAN Switch

Post by scottwilkerson »

You will need to know the OID for the temperature from the vendor, if you run the SNMP walk wizard as you have on the previous screen you would want to specify a much larger number for the "Max Results:" as well as entering an "OID:" that is just above where the temperature OID is.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked