~kafabih-kr/+junk/ksysguard

1 by Kafabih Rahmat
* Updated to upstream GIT (5.21).
1
# /etc/ksysguardd.conf
2
3
# LogFiles: the list of all available logfiles
4
LogFiles=messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log,syslog:/var/log/syslog,auth:/var/log/auth.log
5
6
# Sensors: the list of all accessible sensors
7
#	Apm             Advanced Power Management
8
#	Acpi            Advanced Configuration and Power Interface
9
#	CpuInfo         CPU-Clock information
10
#	DiskStat        partition space. Data comes from mtab, getmntent() and statfs()
11
#	DiskStats       disk throughput. Data comes from /etc/diskstats
12
#	LmSensors       information about motherboard and CPU
13
#	LoadAvg         system load values
14
#	LogFile         local logfiles
15
#	Memory          physical memory and swap
16
#	NetDev          throughput of network interfaces
17
#	NetStat         number of TCP/UDP/ICMP/Unix sockets
18
#	ProcessList     current processes
19
#	SoftRaid	Monitors software raid devices. See mdadm.
20
#	Stat            interrupts, CPU and disk throughput. Data comes from /etc/stat
21
#	Uptime          System uptime. Data comes from /etc/uptime
22
Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile,DiskStats,Uptime,SoftRaid