summaryrefslogtreecommitdiffstats
path: root/tuned.conf
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-26 18:38:39 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-26 18:38:39 +0100
commit82e5d550f1f1da442f4844986477c4a7c0bafa55 (patch)
treee8b211752ab80601fc6748015d08369a526362d2 /tuned.conf
parent6b79fa915df800feeadbeab68e6a36a1a958bc2e (diff)
downloadtuned-82e5d550f1f1da442f4844986477c4a7c0bafa55.tar.gz
tuned-82e5d550f1f1da442f4844986477c4a7c0bafa55.tar.xz
tuned-82e5d550f1f1da442f4844986477c4a7c0bafa55.zip
- Added config file option to enable/disable pluginsv0.1.2
- 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)
Diffstat (limited to 'tuned.conf')
-rw-r--r--tuned.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/tuned.conf b/tuned.conf
index 793d81e..96f8b89 100644
--- a/tuned.conf
+++ b/tuned.conf
@@ -4,24 +4,36 @@
[main]
# Interval for monitoring and tuning. Default is 10s.
-interval=10
+# 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