diff options
| author | Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com> | 2009-02-26 18:38:39 +0100 |
|---|---|---|
| committer | Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com> | 2009-02-26 18:38:39 +0100 |
| commit | 82e5d550f1f1da442f4844986477c4a7c0bafa55 (patch) | |
| tree | e8b211752ab80601fc6748015d08369a526362d2 /tuned.conf | |
| parent | 6b79fa915df800feeadbeab68e6a36a1a958bc2e (diff) | |
| download | tuned-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.conf | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |
