This is being done to comply with SELinux policy. /var/run/tuned/ is intended to be a new home of any runtime files created by tuned itself or tuned plugins.
84 lines
1.8 KiB
Text
84 lines
1.8 KiB
Text
#
|
|
# tuned configuration main service
|
|
#
|
|
|
|
#
|
|
# LOGGING CONFIGURATION
|
|
#
|
|
# You can set logging levels separately for each module using 'logging'
|
|
# directive. Possible values are: critical, error, warning, info, debug
|
|
#
|
|
# example: logging=info
|
|
# will log all messages with 'info' priority and higher
|
|
#
|
|
# If you don't specify 'logging' in module configuration, value from [main] is
|
|
# used, if the value is not set there either, default ('info') value is used.
|
|
#
|
|
# Another control of logging is provided by 'logging_disable' directive, which
|
|
# can be used only in [main] section. It supresses all messages with specified
|
|
# or lower priority. If you don't want use this option, comment it out or set
|
|
# the directive to 'notset' value.
|
|
#
|
|
|
|
[main]
|
|
# Interval for monitoring and tuning. Default is 10s.
|
|
# interval=10
|
|
# pidfile=/var/run/tuned/tuned.pid
|
|
logging=info
|
|
logging_disable=notset
|
|
|
|
#
|
|
# Disk monitoring section
|
|
#
|
|
[DiskMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# logging=debug
|
|
|
|
#
|
|
# Disk tuning section
|
|
#
|
|
[DiskTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# hdparm=False
|
|
# alpm=False
|
|
# logging=debug
|
|
|
|
#
|
|
# Net monitoring section
|
|
#
|
|
[NetMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# logging=debug
|
|
|
|
#
|
|
# Net tuning section
|
|
#
|
|
[NetTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# logging=debug
|
|
|
|
#
|
|
# CPU monitoring section
|
|
#
|
|
[CPUMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# logging=debug
|
|
|
|
#
|
|
# CPU tuning section
|
|
#
|
|
[CPUTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# logging=debug
|