SV-243078r719644_rule
V-243078
SRG-APP-000108
VCTR-67-000008
CAT II
10
From the vSphere Client, go to Hosts and Clusters >> select a vCenter Server >> Configure >> More >> Alarm Definitions.
Click "Add".
Provide an alarm name and description.
Select "Hosts" from the "Target type" dropdown menu.
Click "Next".
Paste "esx.problem.vmsyslogd.remote.failure" in the line after IF and press "Enter".
Select "Show as Warning" for severity.
Click "Next".
Configure any other options as desired, enable alarm, and finish.
Note: This alarm will only trigger if syslog is configured for TCP or SSL connections and not UDP.
From the vSphere Client, go to Hosts and Clusters >> select a vCenter Server >> Configure >> More >> Alarm Definitions.
Verify there is an alarm created to alert if an ESXi host can no longer reach its syslog server. The alarm definition will have a rule for the "Remote logging host has become unreachable" event.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-AlarmDefinition | Where {$_.ExtensionData.Info.Expression.Expression.EventTypeId -eq "esx.problem.vmsyslogd.remote.failure"} | Select Name,Enabled,@{N="EventTypeId";E={$_.ExtensionData.Info.Expression.Expression.EventTypeId}}
If an alarm is not created and enabled to alert when syslog failures occur, this is a finding.
V-243078
False
VCTR-67-000008
From the vSphere Client, go to Hosts and Clusters >> select a vCenter Server >> Configure >> More >> Alarm Definitions.
Verify there is an alarm created to alert if an ESXi host can no longer reach its syslog server. The alarm definition will have a rule for the "Remote logging host has become unreachable" event.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-AlarmDefinition | Where {$_.ExtensionData.Info.Expression.Expression.EventTypeId -eq "esx.problem.vmsyslogd.remote.failure"} | Select Name,Enabled,@{N="EventTypeId";E={$_.ExtensionData.Info.Expression.Expression.EventTypeId}}
If an alarm is not created and enabled to alert when syslog failures occur, this is a finding.
M
5399