check_netapp_pro already provides a way to flag volumes which do not have snapshots at all. The check SnapshotLessVolume just looks for the size used by snapshots and if that size is equal to 0 it will raise an alarm.
Lately, while working on a check for snapmirrors, I found some attributes from which we could derive …
Updating to a New Version | Monitoring NetApp - Jan 4, 2015
[…] longer needed remain. This rarely happens and causes no i. E.g.: currently this is the case with DiskFailed that is being replaced by Disk. If you want to avoid this, you have to delete all existing checks and corresponding files first. […]
The new **Disk **check monitors the disks of a NetApp Filer. Depending on the settings, the check sends an error message when offline or failed disks are found.
An example using a 7-Mode Filer: $ **./check_netapp_pro.pl Disk -H sim812 ‑‑what=failed** NETAPP_PRO DISK CRITICAL - 14 disks checked, 1 critical and 0 …
Turning Off Performance Data Output | Monitoring NetApp - Jan 3, 2015
[…] a check for each volume that outputs performance data and the corresponding graph. Thanks to the collector architecture no additional requests have to be sent to the […]
#### [Collectors and Distributed Monitoring | Monitoring …
Our present monitoring-plugin for NetApp FAS devices, named check_netapp_pro is based on the so-called collector architecture. This allows us to monitor even the most complex storage-systems like Fabric Metro Clusters .
The collector architecture works as follows:
Collectors are distinct scripts that collect all the …