Perf.Monitor(ethernet traffic) of EMC Centra Storage Array

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
aditya.c.anand
Posts: 56
Joined: Mon Mar 20, 2017 7:16 am

Perf.Monitor(ethernet traffic) of EMC Centra Storage Array

Post by aditya.c.anand »

Hello Team,

Recently we have received a new request to monitor performance (ethernet traffic) of EMC Centra Storage Array via Nagios.
Can you please specify if this is possible from NagiosXI end and if yes, can you please specify the plugin details for the same.

Regards,
Aditya Anand
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by scottwilkerson »

I'm not really familiar with this particular device but Dell has contributed plugins on the Nagios Exchange to monitor most of their equipment
https://exchange.nagios.org/directory/P ... XI/details
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
SteveBeauchemin
Posts: 524
Joined: Mon Oct 14, 2013 7:19 pm

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by SteveBeauchemin »

For interface stats I prefer to use SNMP plugins. There are many generic plugins available for that.

I find these to be useful for systems where you cannot install an agent.

For Interface stats
check_iftraffic64.pl

For other information
check_snmp_load.pl
check_snmp_environment.pl
check_disk_snmp.pl

Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by scottwilkerson »

Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
aditya.c.anand
Posts: 56
Joined: Mon Mar 20, 2017 7:16 am

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by aditya.c.anand »

Hello Team,

We tried to monitor via : check_iftraffic64.pl but facing the below error:

-bash-4.2$ ./check_iftraffic64.pl -H 172.25.46.187 -C public
CRITICAL: Interface index not detected ERROR: No response from remote host "172.25.46.187"

Below is the SNMP details on EMC centra Storage array:

Config# show snmp
SNMP Configuration
SNMP Status: enabled
EngineID: not configured
Heartbeat Trap Interval: 1 minute

Configured SNMP Targets

# Address Version Identity Authenticity Privacy
------------------------------------------------------
1 172.25.46.187 v3 admin - -
------------------------------------------------------

Please let us know, what needs to be done to fix the issue.

Regards,
Aditya Anand
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by cdienger »

The plugin defaults to snmp version 2 and it looks like the host needs version 3. /usr/local/nagios/libexec/check_iftraffic64.pl --help has some examples using snmp version 3:

and options:
...
Example 8: check_iftraffic64.pl -H host1 --username admin --authpassword sneaky
Example 9: check_iftraffic64.pl -H host1 --username admin --authpassword sneaky123 --privpassword reallysneaky --privprotocol 3DES
...
...
-v, --Version STRING
Set SNMP version (defaults to 2). Version 2 or 3 required for 64 bit counters.

--authpassword STRING
Set v3 authorization password.
--authprotocol STRING
Set v3 authorization protocol (default: MD5).
--privpassword STRING
Set v3 privilege (encryption) string.
--privprotocol STRING
Set v3 privilege (encryption) protocol (default: DES).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
aditya.c.anand
Posts: 56
Joined: Mon Mar 20, 2017 7:16 am

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by aditya.c.anand »

Hello Team,

Sorry for the delay in response.

We tried using some examples of snmp v3 but still the same

Can you please provide me the appropriate syntax, how to use the same.

Regards,
Aditya Anand
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Perf.Monitor(ethernet traffic) of EMC Centra Storage Arr

Post by cdienger »

The device my not be capable of responding to SNMP requests according to some information I'm finding on it(https://www.dellemc.com/resources/en-us ... ide-wp.pdf, https://community.emc.com/docs/DOC-7739, https://pitstop.manageengine.com/portal ... mc-centera, https://www.dell.com/community/Centera/ ... -p/6713590). You'll want to check the device's documentation/with the vendor to verify. If it is only capable of SENDING snmptraps, then you'll need to follow https://assets.nagios.com/downloads/nag ... ios_XI.pdf to integrate it with XI.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked