version 2
This commit is contained in:
14
data/srv-rhel-prod-01/httpd_conf.txt
Normal file
14
data/srv-rhel-prod-01/httpd_conf.txt
Normal file
@ -0,0 +1,14 @@
|
||||
SERVICE: httpd
|
||||
FILES_COLLECTED: /etc/httpd/conf/httpd.conf, /etc/httpd/conf.d/ssl.conf
|
||||
--- FILE: /etc/httpd/conf/httpd.conf ---
|
||||
ServerRoot "/etc/httpd"
|
||||
Listen 80
|
||||
Include conf.modules.d/*.conf
|
||||
DocumentRoot "/var/www/html"
|
||||
|
||||
--- FILE: /etc/httpd/conf.d/ssl.conf ---
|
||||
Listen 443 https
|
||||
<VirtualHost _default_:443>
|
||||
DocumentRoot "/var/www/html"
|
||||
SSLEngine on
|
||||
</VirtualHost>
|
||||
5
data/srv-rhel-prod-01/metrics_vm.txt
Normal file
5
data/srv-rhel-prod-01/metrics_vm.txt
Normal file
@ -0,0 +1,5 @@
|
||||
METRICS_SNAPSHOT:
|
||||
cpu_usage_idle: 94.2%
|
||||
load_average_1m: 0.15
|
||||
mem_available_bytes: 4294967296
|
||||
disk_io_wait: 0.01
|
||||
4
data/srv-rhel-prod-01/network_ss.txt
Normal file
4
data/srv-rhel-prod-01/network_ss.txt
Normal file
@ -0,0 +1,4 @@
|
||||
NETWORK_STATE (ss -ntulop):
|
||||
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
|
||||
tcp LISTEN 0 128 0.0.0.0:80 0.0.0.0:* users:(("nginx",pid=842,fd=6))
|
||||
tcp LISTEN 0 128 0.0.0.0:443 0.0.0.0:* users:(("nginx",pid=842,fd=7))
|
||||
7
data/srv-rhel-prod-01/rpm_inventory.txt
Normal file
7
data/srv-rhel-prod-01/rpm_inventory.txt
Normal file
@ -0,0 +1,7 @@
|
||||
ID: srv-rhel-prod-01
|
||||
OS: Red Hat Enterprise Linux 9.3 (Plow)
|
||||
KERNEL: 5.14.0-362.8.1.el9_3.x86_64
|
||||
INSTALLED_PACKAGES:
|
||||
- httpd-2.4.57-5.el9.x86_64
|
||||
- nginx-1.20.1-14.el9.x86_64
|
||||
- mod_ssl-2.4.57-5.el9.x86_64
|
||||
Reference in New Issue
Block a user