How to monitor Netapp 8.3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
krzysie1997
Posts: 12
Joined: Thu Aug 01, 2019 6:49 am

Re: How to monitor Netapp 8.3

Post by krzysie1997 »

After :
which perl
i get :

Code: Select all

/usr/bin/perl
File is in attachment
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How to monitor Netapp 8.3

Post by scottwilkerson »

This is slightly different that what is posted on
https://github.com/ranl/monitor-utils/b ... tapp-ng.pl

But the error is because you didn't specify a -w and -c values

Try something like this

Code: Select all

define command{
command_name disk_vol0
command_line /usr/lib/nagios/plugins/check-netapp-ng.pl -H 10.10.10.100 -C public -T DISKUSED -v /vol/vol0 -w 80 -c 90
}
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
krzysie1997
Posts: 12
Joined: Thu Aug 01, 2019 6:49 am

Re: How to monitor Netapp 8.3

Post by krzysie1997 »

The same result, the same error ... ;/
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How to monitor Netapp 8.3

Post by scottwilkerson »

At this point the only thing I can suggest would be to open issue on the authors github as we did not create this plugin
https://github.com/ranl/monitor-utils/issues
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked