b60bd99df6
* s390-tools-slfo-01-parse-ipl-device-for-activation.patch - Removed the old 'initial' patch * s390-tools-sles15sp6-01-parse-ipl-device-for-activation.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=217
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"
|