The next version 2.2.0 of Check NetApp-REST, released on 2023-10-31, has new checks and enhances the EMS-Log-Check.
S3-Bucket Check The check_netapp_s3bucket check monitors size and usage of S3 buckets in DataOntap.
S3-Bucket Check Example $ check_netapp_s3bucket free -H filer NETAPP S3 BUCKETS OK - 2 buckets checked\E …
The new UnprotectedVolume check searches for volumes not protected by a SnapMirror.
An alarm is generated if one or more unprotected volumes are found. Specific volumes and vservers can be checked by using the standard check_netapp_pro --include= and --exclude= arguments. A simple example follows using the default …
We received a feature request for SnapMirrorMetrics:
Since we often have lagtime false positives because complete transfers are still being finalized on the volume, we would like to have a switch for the SnapMirrorMetrics check: ‑‑finalizing_relation_is_ok
We are currently discussing two possible solutions:
The easy …
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 …
Summary This article is about an enhancement for the following two monitoring-plugins:
SnapMirrorMetrics-Check (Documentation for SnapMirrorMetrics ) SnapMirrorState-Check (Documentation for SnapMirrorState ) Article In DataONTAP Cluster Mode the specific engine for SnapVaults has been removed and therefore, there no …
New Release monitors lag-time, transfer-size, transfer-duration and snap-mirror-status. The reliable check **SnapMirror, **previously bundled in the suite check_netapp 2.x, has been separated into two different checks in the new version of check_netapp_pro (3.x):
SnapMirrorState SnapMirrorMetrics The two different …