d2403fb3d3
* s390-tools-01-zipl_helper.device-mapper-add-missed-step-in-logical.patch - Amended the /usr/lib/modules-load.d/pkey.conf (bsc#1233233). Added * pkey_cca * pkey_ep11 * pkey_pckmo OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=230
36 lines
699 B
Plaintext
36 lines
699 B
Plaintext
# /etc/sysconfig/appldata
|
|
|
|
## Path: Kernel/APPLDATA
|
|
## Description: Linux - z/VM Monitor Stream
|
|
|
|
## Type: integer
|
|
## Default: 10000
|
|
#
|
|
# Polling interval in milliseconds
|
|
#
|
|
APPLDATA_INTERVAL=10000
|
|
|
|
## Type: list(yes,no)
|
|
## Default: yes
|
|
#
|
|
# Load module for collecting data related
|
|
# to memory management.
|
|
#
|
|
APPLDATA_MEM="yes"
|
|
|
|
## Type: list(yes,no)
|
|
## Default: yes
|
|
#
|
|
# Load module for collecting OS information
|
|
# (CPU utilization, running processes).
|
|
APPLDATA_OS="yes"
|
|
|
|
## Type: list(yes,no)
|
|
## Default: no
|
|
#
|
|
# Load module for collecting accumulated
|
|
# network statistics (Packets received/transmitted,
|
|
# dropped, errors, ...)
|
|
#
|
|
APPLDATA_NET_SUM="no"
|