EMC Symetrix monitoring
orzeh
orz3h at tlen.pl
Wed Aug 1 17:25:54 CEST 2007
David Schlecht wrote:
> I've seen a few questions about this here but no replies. Maybe by now
> there is more information.
>
> I'm trying to monitor an EMC SAN with Symmetrix, but am hitting a
> brick wall. EMC's ECC console has up-to-date information on the SAN
> but doesn't have an SNMP interface for Nagios to query. The ECC
> console has interface libraries to talk to some of the major
> commercial monitoring packages, but not Nagios.
>
> Has anyone had any luck getting information from the ECC console? Has
> anyone had any luck with any other approaches to monitoring an EMC SAN?
>
> -David
hello David
maybe i can help a little, i've cx3-20, snmp-walking is very poor (there
is no standard for sps, except one little mib on fibre alliance
http://www.fiberalliance.com/fb/index.htm - you can enable this in
network settings on storage processor). so i've wrote the config for
snmptt based on cx3 docs and configured new monitor-template in
navisphere with snmp traps.
here is the config for snmptt (you can bypass regex lines):
[code]
EVENT emcTrapInfo .1.3.6.1.4.1.1981.0.3 "Status Event" INFORMATIONAL
REGEX (CX1SPA)(SP-A)ig
REGEX (CX1SPB)(SP-B)ig
FORMAT EMC-CX20 Informational: $1 $3 $4 $5
EXEC /usr/local/nagios/libexec/eventhandlers/submit_check_result $1 "SP
Status" 0 "OK - $4 - $3"
SDESC
EMC CX20 Informational Trap
Variables:
1: SP Name
2: Unknown
3: Error Code
4: Text
5: SP serial
EDESC
EVENT emcTrapWarn .1.3.6.1.4.1.1981.0.4 "Status Event" WARNING
REGEX (CX1SPA)(SP-A)ig
REGEX (CX1SPB)(SP-B)ig
FORMAT EMC-CX20 Informational: $1 $3 $4 $5
EXEC /usr/local/nagios/libexec/eventhandlers/submit_check_result $1 "SP
Status" 1 "WARNING - $4 - $3"
SDESC
EMC CX20 Warning Trap
Variables:
1: SP Name
2: Unknown
3: Error Code
4: Text
5: SP serial
EDESC
EVENT emcTrapErr .1.3.6.1.4.1.1981.0.5 "Status Event" ERROR
REGEX (CX1SPA)(SP-A)ig
REGEX (CX1SPB)(SP-B)ig
FORMAT EMC-CX20 Informational: $1 $3 $4 $5
EXEC /usr/local/nagios/libexec/eventhandlers/submit_check_result $1 "SP
Status" 1 "ERROR - $4 - $3"
SDESC
EMC CX20 Error Trap
Variables:
1: SP Name
2: Unknown
3: Error Code
4: Text
5: SP serial
EDESC
EVENT emcTrapCrit .1.3.6.1.4.1.1981.0.6 "Status Event" CRITICAL
REGEX (CX1SPA)(SP-A)ig
REGEX (CX1SPB)(SP-B)ig
FORMAT EMC-CX20 Informational: $1 $3 $4 $5
EXEC /usr/local/nagios/libexec/eventhandlers/submit_check_result $1 "SP
Status" 2 "CRITICAL - $4 - $3"
SDESC
EMC CX20 Critical Trap
Variables:
1: SP Name
2: Unknown
3: Error Code
4: Text
5: SP serial
EDESC
[/code]
and sps give me lots of data (with stalking enabled for all status)
regards
orzeh
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list