- Switched from ConfigParser to RawConfigParser - Renamed doc/README.txt to doc/DESIGN.txt - Added tuned.conf man page - Updated tuned man page - Updated package descriptions (#487312) - Added documentation for utils scripts (#487312)
39 lines
669 B
Text
39 lines
669 B
Text
#
|
|
# tuned configuration main service
|
|
#
|
|
|
|
[main]
|
|
# Interval for monitoring and tuning. Default is 10s.
|
|
# interval=10
|
|
|
|
#
|
|
# Disk monitoring section
|
|
#
|
|
[DiskMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# Disk tuning section
|
|
#
|
|
[DiskTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# Net monitoring section
|
|
#
|
|
[NetMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# Net tuning section
|
|
#
|
|
[NetTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|