Page 3 of 3

Re: How to monitor Netapp 8.3

Posted: Tue Oct 15, 2019 2:09 am
by krzysie1997
After :
which perl
i get :

Code: Select all

/usr/bin/perl
File is in attachment

Re: How to monitor Netapp 8.3

Posted: Tue Oct 15, 2019 6:39 am
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
}

Re: How to monitor Netapp 8.3

Posted: Wed Oct 16, 2019 3:09 am
by krzysie1997
The same result, the same error ... ;/

Re: How to monitor Netapp 8.3

Posted: Wed Oct 16, 2019 6:29 am
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