Modifying the monitoring metrics collection schedule for compute and storage devices

Unified Compute Platform (UCP) Advisor Administration Guide

Version
4.6.x
Audience
anonymous
Part Number
MK-92UCP119-15
ft:lastEdition
2024-09-24

By default, the metrics for storage ports and volumes are gathered every 30 minutes, and for compute devices, they are collected every 20 minutes. However, you can modify these time intervals.

  1. Using the SSH protocol, log on to the UCP Advisor VM as ucpadmin.
  2. Open the porcelain-config-properties config map in edit mode. Enter:
    kubectl -n ucp edit configmap porcelain-config-properties
  3. Update the following cron-job expressions to modify the time intervals:
    • compute metrics: serverpowercronexpression
    • storage port metrics: portscronexpression
    • storage volume metrics: volumescronexpression
  4. Exit the Edit mode. Press the Esc key.
  5. Save the changes. Enter:
    :wq