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

View File

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

View File

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