We are pleased to announce the 1.1.0 release of our monitoring plugin check_site_simple.
The following is new in this version:
The links to images and other media are checked as well. This means that incorrectly embedded images or videos or those whose sources no longer exist are now recognized as well.
Links to …
The v1.2.0 release of our Check NetApp-REST product contains a new monitoring plugin called check_netapp_volume usage. It provides the monitoring of:
the used space of each volume (in Bytes) the total used space of several volumes the average used space of several volumes the min/max of used space of several volumes …
The v1.1.0 release of our Check E-Series product brings also a new monitoring plugin called check_eseries_nic. This provides monitoring of:
the link-status (up/down) the current-speed (1Gib/s, 10GiB/s, …) setup-error (true/false) A typical output would for the link-status check look like:
$ ./check_eseries_nic …
We have released a new monitoring plugin called check_eseries_pool. The first version has exactly one subcommand called free-space. This monitors the free space still available for thin volumes in the disk pool.
It is particularly useful when you start taking snapshots or mirroring to another system. In such cases, you …
Less can be more Some time ago, we received an enquiry in which a customer illustrated a general problem using the LUN check as follows:
If I run ./check_netapp_pro.pl LunState -H fas --alarm_limit 1
This will show you all the LUNs on the Cluster, both online and offline. We have systems that contain over 200 LUNs, so …
The plugin check_netapp_shelfenv does not work in Ontap 9.8 After much back and forth, we have now received confirmation that in Ontap 9.8 the endpoint /api/private/cli/storage/shelf for the RESTful API is missing or not working.
On the command line it looks like this:
curl -X GET -u nagios:**** -k …
How to integrate the EMS-Log into an existing System-Monitoring solution In this article ONTAP REST APIs: Automate Notification of High-Severity Events Mahalakshmi describes how to use messages to get notified about system events, depending on their type and severity. It’s a really flexible and comprehensive way …
The family of Check NetApp REST monitoring plugins has grown. With the check_netapp_disk container-type plugin the storage admin has a constant eye on disks that have been moved into unwanted containers.
Let’s look at an example:
.$ check_netapp_disk container-type -H sim96 NETAPP DISK CONTAINER TYPE OK - 28 …
The latest release of check_site_simple (v1.1.0.beta.1 as of writing this article) will find broken links to image and media-sources as well.
Like it’s predecessors the integrated crawler of check_site_simple flags any broken link found somewhere on the checked site but now links to images and media files (e.g. …
The first stable release (v1.1.0) of our brand new Check E-Series product brings an automated health check for e-series nodes.
check_eseries_health will run the health checks regularly and automatically report any errors found.
Example $ ./check_eseries_health --host=10.1.1.125 --system-id 1 [...] NETAPP ESERIES HEALTH …