The check_netapp_quotas script returns a list of filers where quotas are in
place and where quotas are exceeded.
This script has a nifty new feature, which is available from check_netapp_pro version 5 onwards, to list quota limits per user. Enabling the --list_users switch will make the check_netapp_quotas script print …
The new VolumeAge check for check_netapp_pro warns about overly old or exceptionally young volumes, where the age is calculated as the difference between the volume creation-time and now.
Thresholds (--warning, --critical) may be set in days (d) or week (w). Various arguments can be used to narrow down the search in …
The very useful --rm_ack=… parameter lets us decide how to deal with the posibility to remove a service acknowledgement in case of a reason-change. The optional arguments supplied until now have included ignore, always, never and reason-change, with the latter being the default. This parameter now has an …
With the upcoming new v5.0.0 release comes an interesting new check for Snap Centers. The new program is check_netapp_snapcenter and is being delivered as the first of several checks which is compiled into a binary.
The check itself will query the _NetApp SnapCenter_s database directly and report any errors occurring …
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 …
A bug has been discovered in the PerfDisk report functionality of check_netapp_pro. This error has been fixed and you should decide whether this is important enough for you to install an unstable release or simply wait for the next stable version. The bug manifests itself by reporting Multiple_Values instead of the …
Looking forward to the next release of check_netapp_pro brings several enhancements. The first one off the block, due to be released with 4.3.0, is the [netapp_double_dash]top=n parameter.
To assist with managing large slabs of information, scrolling off the top of your screen, it is now possible to retain the n top …
When using the DiskPaths plugin with check_netapp_pro, it can be useful to leverage the lesser known --port_pattern_ok argument. For example, if you are receiving an error message similar to this:
The found port combination is reported to be BA, which is considered wrong because the default values for the port …
It’s all too easy to assume that everyone else knows what you know. We tend to take it for granted that all technical users are familiar with regexes. And also that, being familiar, we assume they also know how to use them to best advantage. This is not always the case, as a recent support call made clear. The …
An exciting feature release for check_netapp_pro is the new --rm_ack_handler parameter, which enables users to construct their own method to reset remote service acknowledgements for checks which have failed. This is not a matter of checking what has failed, but a way to manage the acknowledgements of what has failed; …