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 …
In order to facilitate the replacement of a broken hard disk, Disk Check will soon be able to display model, type, manufacturer and rpm using the switch --show_disk_inventory=always|non-ok|never Example of a simulator: $ ./check_netapp_pro.pl Disk -H sim821 --show_inventory_info=always NETAPP_PRO DISK OK - 14 disks …
UsageTrend , our new feature that was introduced in the last RC for 3.2.0, has raised a number of questions: The check is saying that the history store is not present. Where can I find it? The -stm switch for the getter activates the history store setting. Of course, the corresponding object (aggregate|volume) has to …