~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to ksysguard/example/ksysguarddrc

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
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