Unfortunately, the option to restrict the quota check to a specific Q-tree was not implemented in previous releases. We were able to resolve this issue in the beta phase of this check. Our next release 3.9.2 will include the fixed version of check_netapp_quota.pl. Checks such as ./check_netapp_quota.pl -H filer …
Job is a new check that monitors the list of jobs on a NetApp Filer. Warnings are sent for jobs that correspond to a definable not-ok status (failed, paused, …). This is the first time we are introducing config-sets, which can store any number of command line arguments in a single file. We are providing presets …
LUNState checks if a LUN is online or offline, but not if it is mapped („mapped to any initiators). As of version 3.9.1 a LUN will only be classified as OK if it is online and mapped. In any other case it will be classified as CRITICAL. In addition, we’ve included a switch that reverts the check back to its old …
Due to a customer request, we would like to show how the switch --perfdata_uom_string can be used in situations where monitoring systems have issues with unit of measurement (UOM) strings (the unit for performance data) and can not be displayed properly. For example, if the WAFL check returns the CP counter per second …
The parameter ‑‑exclude= can be used to exclude specific instances from a check. For instance, a group of volumes (provided they have a naming convention) can be excluded, e.g.: $ ./check_netapp_pro.pl Usage ‑o volume ‑‑exclude=VMWare This snippet excludes all volumes containing ‚VMWare‘ in their name (AB_VMWare_vol1, …