Showing posts with label performance anlysis. Show all posts
Showing posts with label performance anlysis. Show all posts

Sunday, 14 February 2016

Netapp monitoring solution from scratch




I created a netapp monitoring solution on a UNIX machine... and have uploaded the static files to a free php server for so that you understand how it looks..
As its a file server where the files are uploaded.. It is not exactly the one as on the UNIX machine.. but you could still get a feel of it.

Advantages:
  • No third-party tools used like Nagios or PRTG or any other,
  • Build from scratch.
  • Fully customization.
  • Any required parameters can be monitored.
  • Complete look and feel can be changed as per user needs
  • Easy to use.



If anyone is interested to know more about it, feel free to drop me a message.

Example Link:
This is for cluster mode.. I have done similar one for 7-mode as well... and in the live solution it monitors even the NFS and CIFS load from hosts connected to filer.. and also the detailed host load analysis.
nfs600_vol1 is the only volume which was used to write data from a server. So you would see load only on this volume.. This is a test netapp simulator which I have used in this solution.

http://anirvan_lahiri.net23.net/monitoring/monitor.php

Friday, 12 February 2016

Complete NetApp monitoring via UNIX scripting

Not sure if any one is interested..
I have made a solution which monitors complete NetApp (7mode and C-dot)
No third party tools used.
Only you need is a UNIX machine and thats it.. completely customization, the parameters, the section the logo and the logo on each graph also can be changed.
Anything measurable in netapp can be monitored based on requirement.

If you are interested to know more, feel free to write back. Thanks.


Some Screenshots for your reference (this is for clustermode 8.2):



Featured post

Netapp monitoring solution from scratch

I created a netapp monitoring solution on a UNIX machine... and have uploaded the static files to a free php server for so that you under...