Skip to content

Commit

Permalink
fix: remove sddc manager var
Browse files Browse the repository at this point in the history
Updates the backup message to remove the SDDC Manager FQDN f when backups are located on the SDDC Manager. Must be addressed for HRM alerts.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson committed Feb 17, 2023
1 parent 01ebdae commit 5dfa159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -4425,7 +4425,7 @@ Function Request-VcenterBackupStatus {

if ($backupServer -eq (Get-VCFManager).fqdn -or $backupServer -eq (Get-VCFManager).ipAddress) { # Compare against the `host` attribute
$alert = 'RED' # Critical; backup server is located on the SDDC Manager
$messageBackupServer = "Backup is located on the SDDC Manager ($server). Reconfigure backups to use another location." # Set the alert message
$messageBackupServer = "Backup is located on the SDDC Manager. Reconfigure backups to use another location." # Set the alert message
$message = $messageBackupServer # Override the message
}
} else {
Expand Down

0 comments on commit 5dfa159

Please sign in to comment.