s390-tools/sysconfig.appldata
Nikolay Gueorguiev aaa3221da7 - Applied a patch to fix 'zdev warning about failed ATTR writes by udev'
(bsc#1224211)
 * s390-tools-zdev-fix-warning-about-failed-ATTR-writes-by-udev.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=222
2024-09-10 14:11:05 +00:00

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"