diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /ksysguard/example/ksysguarddrc | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/example/ksysguarddrc')
-rw-r--r-- | ksysguard/example/ksysguarddrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ksysguard/example/ksysguarddrc b/ksysguard/example/ksysguarddrc new file mode 100644 index 000000000..ba52249fd --- /dev/null +++ b/ksysguard/example/ksysguarddrc @@ -0,0 +1,19 @@ +# /etc/ksysguardd.conf + +# LogFiles: the list of all available logfiles +LogFiles=messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log + +# Sensors: the list of all accessable sensors +# ProcessList current processes +# Memory physical memory and swap +# Stat interrupts, CPU and disk throughput +# NetDev throughput of network interfaces +# NetStat number of TCP/UDP/ICMP/Unix sockets +# Apm Advanced Power Managment +# Acpi Advanced Configuration and Power Interface +# CpuInfo CPU-Clock informations +# LoadAvg system load values +# LmSensors informations about motherboard and CPU +# DiskStat partition space +# LogFile local logfiles +Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile |