# /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
#	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,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile
