Dashboard, vRealize Operations, vROps

Checking SSL/TLS Certificate Validity Period using vRealize Operations Application Monitoring Agents

In my 2019 article “Checking SSL/TLS Certificate Validity Period using vRealize Operations and End Point Operations Agent” on VMware Cloud Management Blog (https://blogs.vmware.com/management/2019/05/checking-ssl-tls-certificate-validity-period-using-vrealize-operations-and-end-point-operations-agent.html) I have described how to check the remaining validity of SSL/TLS certificates. The method back then was to utilize the End Point Operations Agents. Since vRealize Operations 7.5 new Application Monitoring capabilities …

Content, vRealize Operations, vRealize Suite Lifecycle Manager, vROps, vRSLCM

vRealize Operations Content Management – CD Pipeline – Part 1

vRealize Operations provide a wide range of content OOB. It gives the Ops teams a variety of dashboards, view, alerts etc. to run and manage their environments. Sooner or later, in most cases rather sooner than later, vROps users will create their own content. It might be completely new dashboards or maybe just adjusted alert …

vRealize Operations, vRO, vROps

Self-Healing with vRealize Operations and vRealize Orchestrator

The vRealize Operations Management Pack for vRealize Orchestrator provides the ability to execute vRO workflows as part of the alerting and remediation process in vROps. The vRO workflows can be executed manually or automatically. With this solution it is easy to implement sophisticated self-healing workflows for your vROps managed environment. In this blog post I …

vRealize Log Insight, vRealize Operations, vRLI, vROps

vRealize Operations and Logging via CFAPI and Syslog

Without any doubt configuring vRealize Operations to send log messages to a vRealize Log Insight instance is the best way to collect, parse and display structured and structured log information. In this post I will explain the major differences between CFAPI and Syslog as the protocol used to forward log messages to a log server …

Dashboard, vRealize Operations, vROps

ESXi Cluster (non-HCI) Rightsizing using vRealize Operations

vRealize Operations with its four main pillars: Optimize Performance Optimize Capacity Troubleshoot Manage Configuration provides a perfect solution to manage complex SDDC environments. The “Optimize Performance” part of vRealize Operations provides a wide range of features like workload optimization to ensure consistent performance in your datacenters or VM rightsizing to reduce bottlenecks and ensure best …

vRealize Log Insight

Parsing CSV Files using vRealize Log Insight

Last year I published a blog post focusing on the JSON parser available in vRealize Log Insight (https://thomas-kopton.de/vblog/?p=144) and I believe this could have been a beginning of a series – “vRLI Parsers “. In this post I will show how to configure and utilize the CSV parser using a very prominent and media-effective use …

Dashboard, vRealize Operations, vROps

How to Merge vROps Dashboards – Anatomy of the Content

Recently I was asked if it is possible to merge two, or generally speaking n different vRealize Operations Dashboards into one Dashboard. To answer that question and provide a procedure how to do it we need to inspect the internal structure of a vROps Dashboard. Anatomy of a vRealize Operations Dashboard As everyone knows vROps …

vROps

How to Configure Applications Monitoring in vROps 8.0

Applications Monitoring is an exciting functionality in vRealize Operations. To start monitoring one of the twenty services currently supported by vROps, the vRealize Operations Application Remote Collector (ARC) needs to be deployed and configured in vROps. The Application Remote Collector is provided as OVA and the deployment process runs similarly to any other VMware OVA …

vROps

Maintenance Mode for vRealize Operations Objects (Tags, Custom Attributes), Part 3

Part 1 and Part 2 of the “Maintenance Mode in vRealize Operations” blog series leveraged features and functionalities of vROps and vSphere which are directly related to ESXi maintenance to fulfil the requirements. What if you cannot use “Enter Maintenance Mode” in vCenter simply because there is no such option for e.g. Virtual Machines, Datastores …

vROps

Quick Tip – vROps REST API requests using RegEx expressions

The vRealize Operations REST API allows using RegEx expressions in various GET methods. Sometimes it is not clear how to use the expressions. Here a very simple example of using RegEx to retrieve vROps Virtual Machine objects, which have VM names starting with certain strings. Encoded URL – example: https://vrops-test.comp01.local/suite-api/api/resources?resourceKind=VirtualMachine&adapterKind=VMWARE&regex=s030v.*%7Cs030e.*%7CS030E.* Example in Postman (of course, …