aleex42 / netapp-cdot-nagios

Nagios-Checks for monitoring NetApp cDOT-Systems via NetApp Perl API
GNU General Public License v3.0
43 stars 30 forks source link

How to access NetApp #61

Closed ShowMeYourSkil closed 2 years ago

ShowMeYourSkil commented 2 years ago

Hi,

I am asking myself the following question: How do they access the information from the NetApp? Do you use a normal SNMP query?

log1-c commented 2 years ago

The checks are using the NetApp Manageability Perl SDK to query the API. No SNMP used in any of the scripts from this repo.

ShowMeYourSkil commented 2 years ago

The checks are using the NetApp Manageability Perl SDK to query the API. No SNMP used in any of the scripts from this repo.

Thank you for your feedback. Unfortunately, I have not found any documentation on this topic. So I can use the normal access data to the netapp as authentication?

log1-c commented 2 years ago

Yes. I recommend creating a monitoring user, if I remember correctly the user just needs one permission to access the HTTP API.

ShowMeYourSkil commented 2 years ago

Thank you for your support, I have created my user with the SSH command secure login create and given the role read-only.