Help with Nagios Netapp plugins

I’m looking for help with configuring Nagios Netapp plugins. I have downloaded and edited check_netapp and checkQuotaNetapp.pl from: nagiosexchange.org/Check_Plu … nagext_pi1[p_view]=571 and
nagiosexchange.org/Check_Plu … nagext_pi1[p_view]=582
but I didn’t find complete how-to documentation.

It would help if someone could post the appropriate line from checkcommands.cfg and services.cfg.
Here’s the part I’m really not sure about (especially the w,u,c,r part) in services.cfg:
define service{
host_name servername
service_description check-snapshot-netapp
check_command check-snapshot-netapp
max_check_attempts 5
normal_check_interval 2
retry_check_interval 1
check_period 24x7
notification_interval 0
notification_period 24x7
notification_options w,u,c,r
contact_groups server-admins
}

Testing from the command line shows that the Netapp SNMP commands do return info successfully.

Thank you.