Add sysstat package to collect sar data by default

sar data is an important information for performance issue or
other troubleshooting. The package is recommended to be installed
by default.

Change-Id: I71355b8501047d4b956f66a5025e70058d7ce0bc
(cherry picked from commit d4db347bc2)
(cherry picked from commit 92f99b5c14)
This commit is contained in:
Keigo Noha 2020-08-20 11:34:54 +09:00
parent f061f90133
commit 03fafeb73f
2 changed files with 3 additions and 1 deletions

View File

@ -14,3 +14,4 @@ iptables_services
tmpwatch
openssl-perl
lvm2
sysstat

View File

@ -32,6 +32,7 @@
"numactl": "numactl",
"yum_plugin_priorities_package": "yum-plugin-priorities",
"iptables_services": "iptables-services",
"tmpwatch": "tmpwatch"
"tmpwatch": "tmpwatch",
"sysstat": "sysstat"
}
}