When the shelfs of a single system are being inspected, the current getter for the shelf-bay object is missing one of the two port lists. This is not an error, if the NetApp system is a single-system (not an HA). For instance, a FAS2520 system with an integrated shelf does not have a second filer, therefore the B …
The SnapMirrorMetrics check monitors the lag-time (and other values) in a snap-mirror-relation. To this point, the thresholds were set in seconds: -w 10800 -c 259200 Soon, this will be a lot easier: -w 3 -c 72 --factor=h The output will also be a lot more readable: NETAPP_PRO SNAPMIRRORMETRICS OK - 1 snapmirror …
Shorty, the Snapshots check will receive a new switch: ‑‑snapmirror_label_matches This switch can be used to analyze file sizes and the number of snapshots based on the snap-mirror-lable. Therefore, it is also possible to search for snapshots that don’t have a snap-mirror-lable. Here are a few examples: $ …
Unfortunately, for some performance checks it can occur that the performance data for multiple instances has been given the exact same label. The data is then rendered unusable for tools that create charts (PNP,…). Checks affected by this problem include, for example: NVRAM or FlashCache . This will be resolved …
The check for flash cache performance (FlashCache ) will receive three additional counters in the next release (3.3.0): disk_reads_replaced: Estimated number of disk reads per second replaced by cache evicts: Number of blocks evicted from the external cache to make room for new blocks evicts_ref: Number of blocks …
The snapshots check can be usedin combination with** ‑‑metric=number **in order to make sure that snapshot copies are created regularly. If you would like to receive warning messages in steps (WARNING if no copies have been created in the last 24h, CRITICAL if no copies in the last 48h), two checks have to be …
DataONTAP 7.x will no longer be supported by check_netapp_pro. Nevertheless, some checks might still work relatively well. For example, the aggregate usage can be monitored with the check Usage, if the Server/Node name is set to the host name (--vserver|--node|-s). Here an example: $ ./get_netapp_7m.pl -H 10.25.0.22 -o …