diff options
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 |