Category Archives: Monitoring

VMware vCenter Server Appliance Monitoring

By | 2019-11-27

In the last years we had multiple problems with our VMware vCenter Server Appliances, because for example the filesystem for the SEAT database ran full. Without having a look at the appliance management interface, you will have to spend much time for debugging your problems. To prevent these kind of problems, I’ve written some scripts… Read More »

Nagios / Icinga Monitoring for NetApp Solidfire/ H-Series

By | 2019-11-20

For NetApp Solidfire aka H-Series (ElementOS) there’s a Techical-Report, how to get your capacity and performance data into nice Grafana dashboards. That’s pretty cool, but Grafana itself cannot do any alarming. We are still using Nagios or Iciniga for our monitoring and alarming, so we needed a solution how to include the Solidfire storages into… Read More »

NetApp Metrocluster Monitoring

By | 2018-06-06

I’ve written some new Monitoring Checks for NetApp Metrocluster (MCC) which can be used in addition to my normal NetApp cDOT Checks. Both can be found in my GitHub Repository: Metrocluster Aggr Status: Checks, wheather the aggregate mirroring status, disk pool allocation and the disk ownership is OK. Metrocluster State: Checks the following options: local-configuration-state: should… Read More »

Nexus Intercluster Switch Monitoring

By | 2018-03-21

We are using the Cisco® Nexus 3132Q-V switches for our NetApp Clusters. To have a good monitoring of these switches you need two types of checks: Checks for CPU, RAM and Hardware-Status from David Barbion Can be found in his GitHub-Repository  My check for current port state (“Are all configured ports in state up?”) Can… Read More »

RRDtool grading graphs

By | 2018-03-20

One of my oldest IT articles from about 2005 🙂 Introduction This HOWTO describes how to quickly generate a nice graph, showing you the average ping time off a specific host. This picture is the result we should get: This setup consists of 4 steps * Configfile * RRDcreate * RRDupdate * RRDgraph Configfile The… Read More »