Since support for version 2.x will run out at the end of 2015, a number of checks that have not been replaced yet in the new version check_netapp_pro (3.x) will no longer be available: e.g. Hardware check, which has only been replaced partially (for instance, by Disk ). Now, with check_netapp7_head.pl, it is possible …
In order to verify a filer’s _system health status, _we now provide a new check: check_netapp_health.pl. It returns a warning message if the status of Seven and Cluster Mode filers deviates from “OK”. $ ./check_netapp_health.pl -H your-filer OK - system health status is ok. This check is included in …
Up until now, the Disk Check was used to inspect the failed (or offline) attribute of disks. Unfortunately in cluster mode, this caused disks that did not belong to an aggregate to be skipped and thus not to be checked. Therefore, we have extended the check as follows: Failed disks will always be reported as such, …
Unassigned disks currently cause the Disk Getter to crash. We have already developed a fix for this problem. At the same time, the check **Disk **can be used to check for unassigned disks: $ **./check_netapp_pro.pl Disk ‑H fasdc_cluster ‑‑what=unassigned** NETAPP_PRO DISK WARNING - 192 disks checked, 0 critical and 1 …