The 7.2.1 Rollup Patch installer version 4122 includes fixes for issues in the downtime scheduler, SLA reports and SLA dashboards, and in the Cloud Hub VMware and AWS connectors.
The following is a description of the main issues that are addressed by applying the Rollup Patch installer version 7.2.2-gw4122, incrementally. If you have an unpatched 7.2.1 system, this rollup patch will include all changes and updates made through patch 4118, and the additional changes listed here. There is no need to install other patches first.
Each patch installer creates a backup directory that contains all the changed files for that patch. You may view the changed files on your system at
/usr/local/groundwork/backup-gwNNNN/files
where NNNN is the number of the patch prior to the one currently installed. Thus, the files changed by patch 4118, for example, will appear when you install patch 4122 in
/usr/local/groundwork/backup-gw4118/files
, and can be restored (rolled back) from there.
(beyond those included from patch 4118)
<metric serviceType="storage" name="volume-{{VolumeId}}-read-write-ops-sum" monitored="true" graphed="true" warningThreshold="2000" criticalThreshold="2500" computeType="synthetic" sourceType="storage" format="%.0f" expression="EBS.{{VolumeId}}-VolumeReadOps + EBS.{{VolumeId}}-VolumeWriteOps" description="Example of dynamics in synthetic metrics""/>
/usr/local/groundwork/core/vema/profiles/amazon_monitoring_profile.xml
The active file is of the form:
/usr/local/groundwork/config/cloudhub/profiles/amazon-ede884ed-813f-4087-8974-8208cad49f50.xml
To override a threshold for a given metric, copy the metric definition to near the bottom of the file, adding an overrides section, for example:
<overrides> <metric serviceType="hypervisor" name="EC2.CPUUtilization" monitored="true" graphed="true" warningThreshold="90.0" criticalThreshold="100.0" description="Percentage of allocated EC2 compute units currently in use on EC2 instance" tagName="Name" tagValue="myhost"/> </overrides>
This will override the default thresholds for the EC2.CPUUtilization service metric specifically for the host called "myhost", provided that this host has a tag key called "Name" with value "myhost". This can be generalized to any tag key and value, allowing threshold overrides for any subset of the infrastructure monitored by this connector.
As always should you have any questions about this rollup patch, please contact support for assistance.