forked from pool/s390-tools
Marcus Meissner
9b729e2acc
New package per "Factory first" policy. Please list me as bug owner and maintainer, if possible. OBS-URL: https://build.opensuse.org/request/show/459343 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=1
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"
|