1 .\" $OpenBSD: sensorsd.8,v 1.16 2007/08/11 20:45:35 cnst Exp $
2 .\" $DragonFly: src/usr.sbin/sensorsd/sensorsd.8,v 1.3 2007/10/26 08:22:01 swildner Exp $
4 .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
5 .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com>
6 .\" Copyright (c) 2007 Constantine A. Murenin <cnst@FreeBSD.org>
8 .\" Permission to use, copy, modify, and distribute this software for any
9 .\" purpose with or without fee is hereby granted, provided that the above
10 .\" copyright notice and this permission notice appear in all copies.
12 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 .Nd "hardware sensors monitor"
32 utility retrieves sensor monitoring data like fan speed,
33 temperature, voltage and
35 logical disk status via
37 When the state of any monitored sensor changes, an alert is sent using
39 and a command, if specified, is executed.
43 monitors status changes on all sensors that keep their state,
44 thus sensors that automatically provide status do not require
45 any additional configuration.
46 In addition, for every sensor,
47 no matter whether it automatically provides its state or not,
48 custom low and high limits may be set,
49 so that a local notion of sensor status can be computed by
51 indicating whether the sensor is within or is exceeding its limits.
53 Limit and command values for a particular sensor may be specified in the
56 This file is reloaded upon receiving
59 The options are as follows:
60 .Bl -tag -width indent
63 If this option is specified,
65 will run in the foreground.
68 .Bl -tag -width ".Pa /etc/sensorsd.conf"
69 .It Pa /etc/sensorsd.conf
70 Configuration file for
81 program first appeared in
84 Certain sensors may flip status from time to time.
85 To guard against false reports,
87 implements a state dumping mechanism.
88 However, this inevitably introduces
89 an additional delay in status reporting and command execution,
90 e.g.\& one may notice that
92 makes its initial report about the state of monitored sensors
93 not immediately, but either 1 or 2 minutes after it is being started up.