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)
This commit is contained in:
Keigo Noha 2020-08-20 11:34:54 +09:00
parent db14e58e5c
commit 92f99b5c14
2 changed files with 3 additions and 1 deletions

View File

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

View File

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