Changeset 5737
- Timestamp:
- 06/11/09 19:39:48 (4 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
-
CHANGES (modified) (1 diff)
-
prog/sensord/args.c (modified) (1 diff)
-
prog/sensord/sensord.8 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5735 r5737 16 16 Don't use the system log when generating a CGI script 17 17 Disable unit scaling for fan speeds 18 Use daemon logging facility instead of local4 by default 18 19 sensors-detect: Add nNidia nForce MCP78S SMBus detection 19 20 Display Super-I/O address even if LD is disabled -
lm-sensors/trunk/prog/sensord/args.c
r5721 r5737 38 38 .logTime = 30 * 60, 39 39 .rrdTime = 5 * 60, 40 .syslogFacility = LOG_ LOCAL4,40 .syslogFacility = LOG_DAEMON, 41 41 }; 42 42 -
lm-sensors/trunk/prog/sensord/sensord.8
r4990 r5737 92 92 facility to use when logging sensor readings and alarms; the default is 93 93 to use 94 .IR local4.95 96 Other possib ile facilities include94 .IR daemon . 95 96 Other possible facilities include 97 97 .IR local0 98 98 through 99 99 .IR local7 , 100 .IR daemon 101 or 100 and 102 101 .IR user . 103 102 .IP "-g, --rrd-cgi directory" … … 141 140 .BR syslog (3) 142 141 under the program name `sensord' and facility 143 .IR local4,142 .IR daemon , 144 143 or whatever is specified on the command line. 145 144 … … 156 155 file to direct these messages in a useful manner. See 157 156 .BR syslog.conf (5) 158 for full details, however the following is a sample configuration: 157 for full details. Assuming you set the logging facility to local4, 158 the following is a sample configuration: 159 159 .IP 160 160 .nf
