EF & E-Series, SANtricity, and Related Plug-ins

PRTG setup with E2760

Schim_Admin
5,624 Views

Hi,

 

I am trying to download the MIB files needed for PRTG monitoring of our NetApp E2760 Storage Array.

The only sensor which works is the PING sensor.

I found the files on: 

https://mysupport.netapp.com/products/eseries_santricity/11.52.0X00.0003/downloads.html

but I get a timeout error in PRTG with the following message: error connecting device. Check IP, Port, Community.

 

From what I can tell everything is setup correctly. I am only not sure which version does our E2760 Storage use, SNMP v1 or v2c?

 

Did anybody manage to setup this storage system with PRTG? Even the built in sensors are giving me the TLS error when trying to add for example "System Health".

 

Thanks,

 

1 ACCEPTED SOLUTION

elementx
1,557 Views

Regarding 2) above, SNMP Get is indeed very limited - it basically says good/not good (which is still useful, but requires another way to find what happened - maybe a visit to the SANtricity Web UI or somesuch).

Regarding 3), I wrote a detailed guide here.

You can find a sample script here. It only fetches high level averaged storage system stats and doesn't gather component metrics as I think PRTG is not really meant for that. Maybe I'll add another sensor script for selected/named volumes where one can specify a handful of named volumes. People who want to monitor a bunch of things in near real-time should use E-Series Perf Analyzer or something built for performance monitoring and visualization, IMO.

View solution in original post

5 REPLIES 5

PabloZorzoli
5,523 Views

maybe you can consider https://github.com/NetApp/eseries-perf-analyzer and completely move away from snmp ?

Schim_Admin
5,488 Views

Hi Pablo,

 

thank you for you answer. The idea was to use snmp as we freshly implemented PRTG as our monitoring solution. Since I have gotten a confirmation that the E2700 series is somehow limited in this matter I will try this recommendation. But it does not save us from clicking extra into this system on top of PRTG.

 

Cheers

Spike
3,879 Views

Hi Schim

E-series only support for SNMP trap, it's not using for polling data

The E-series SNMP query function is restriction

elementx
3,865 Views

1) With the E-Series E2700 you can send SNMP traps and see if anything breaks. So there's value in receiving traps in PRTG.

https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Systems/E-Series_Storage_Array/How_to_configure_SNMP_monitoring_on_E-Series

Useful PRTG blog: https://blog.paessler.com/snmp-traps-in-prtg

 

2) Below, Spike said there's no SNMP metrics in E-Series, but actually there is in newer models.

https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/E-Series_SANtricity_Software_Suite/Is_SNMP_GET_supported_on_E-Series

 

3) So, how to monitor E2700 performance with PTRG?

A round-about way would be to gather perf data and send it to InfluxDB, and then configure PTRG to get data from InfluxDB.

https://kb.paessler.com/en/topic/88460-use-of-the-sign-in-postdata-in-rest-sensor#reply-307791

You could ask PRTG Support to update this or help you if you still see the same problem.

Example found by googling:

https://libredd.it/r/homelab/comments/9p6l35/my_prtg_influxdb_grafana_dashboard/

 

4) When you install that package from Github, note Issues/Pull Requests - there's a bug related to installation that's still open, so check this comment (link below) and newer comments after it.

https://github.com/NetApp/eseries-perf-analyzer/issues/13#issuecomment-873462215

 

elementx
1,558 Views

Regarding 2) above, SNMP Get is indeed very limited - it basically says good/not good (which is still useful, but requires another way to find what happened - maybe a visit to the SANtricity Web UI or somesuch).

Regarding 3), I wrote a detailed guide here.

You can find a sample script here. It only fetches high level averaged storage system stats and doesn't gather component metrics as I think PRTG is not really meant for that. Maybe I'll add another sensor script for selected/named volumes where one can specify a handful of named volumes. People who want to monitor a bunch of things in near real-time should use E-Series Perf Analyzer or something built for performance monitoring and visualization, IMO.

Public