~team-iquik/lmsensors/ubuntu

« back to all changes in this revision

Viewing changes to sensord.default

  • Committer: Rohan Garg
  • Date: 2010-08-05 17:05:13 UTC
  • Revision ID: rohangarg@ubuntu.com-20100805170513-g77sq83kjjvxi6k4
 * Forgot to add new files 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Interval between scanning for alarms; e.g., 30s, 1m, 1h
 
2
# ALARM_INTERVAL=1m
 
3
# Interval between logging sensor measurements; e.g., 30s, 1m, 1h
 
4
# LOG_INTERVAL=30m
 
5
# Syslog facility to use
 
6
SYSLOG_FACILITY=daemon
 
7
# Libsensors config file to use
 
8
# CONFIG_FILE=/etc/sensors3.conf
 
9
# Chips to scan
 
10
# SCAN_CHIPS=...
 
11
 
 
12
# Uncomment this to enable a 7-day round-robin database of sensor
 
13
# readings.  See the ROUND ROBIN DATABASES section of the sensord
 
14
# manual page for details.
 
15
# RRD_FILE=/var/log/sensord.rrd
 
16
# Interval between RRD readings; e.g. 30s, 5m (default), 1h
 
17
# RRD_INTERVAL=5m
 
18
# Include the load average in the RRD file.  If you enable this you
 
19
# must remove your old RRD file and rebuild your CGI script.
 
20
# RRD_LOADAVG=yes