Soon you will receive a notice in the long service output if certain instances such as volumes get skipped because of the ‑‑exclude|‑X and ‑‑include|‑I switches. Example:``` ./check_netapp_pro.pl Usage ‑H filer ‑o aggregate ‑X ^aggr0$ NETAPP OK - 2 aggregates checked. Max. used aggregate: aggr1 (12%). 1 instance has …
Specific snapshots can now be excluded based on their application dependency using the new switch --exclude_dependency=<pattern>. This way, copies created by SnapManager can be excluded from a check (--exclude_dependency=vclone). Pattern is a regular expression, meaning snapshots with application dependency …
As of tomorrow the Release 3.6.0_03 will be available at the QPortal. These changes since 3.5.2 are part of it: New and improved A new format and logic for some store-files dramatically reduces the memory-footprint of checks using performance- and history-stores. New check_netapp_license.pl New switch --vserver for …
As of the next release (3.6.x), LunState can be configured using the additional parameter ‑‑vserver|‑s in order to monitor the LUNS of a specific Vserver only. $ ./check_netapp_pro.pl LunState ‑H 10.6.198.27 ‑s sp_arg02 The example above checks only the LUNs of sp_arg02.
We chose the store format because it reads and writes data directly in a binary file. This easy and quick solution is ideal for the initial idea of covering a period of 5 to maximum 10 minutes in 3 minute intervals. In the meantime, we use these stores not only as short term memory, but also to save data for trend …