STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

The SLES for vRealize must, at a minimum, off-load interconnected systems in real time and off-load standalone systems weekly.

DISA Rule

SV-99407r1_rule

Vulnerability Number

V-88757

Group Title

SRG-OS-000479-GPOS-00224

Rule Version

VROM-SL-001470

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the syslog configuration file and add an appropriate remote syslog server:

In the "/etc/syslog-ng/syslog-ng.conf" file, the remote logging entries must be uncommented and the IP address must be modified to point to the remote syslog server:

#
# Enable this and adopt IP to send log messages to a log server.
#
#destination logserver { udp("10.10.10.10" port(514)); };
#log { source(src); destination(logserver); };

Check Contents

Check the syslog configuration file for remote syslog servers:

# cat /etc/syslog-ng/syslog-ng.conf | grep logserver

If no line is returned, or the "logserver" is commented out, this is a finding.

Vulnerability Number

V-88757

Documentable

False

Rule Version

VROM-SL-001470

Severity Override Guidance

Check the syslog configuration file for remote syslog servers:

# cat /etc/syslog-ng/syslog-ng.conf | grep logserver

If no line is returned, or the "logserver" is commented out, this is a finding.

Check Content Reference

M

Target Key

3461

Comments