summaryrefslogtreecommitdiff
path: root/lib/sensors.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Fix stale linksOndřej Lysoněk2018-09-011-4/+1
| | | | | | Fixes #8 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
* Add support for MDIO bussesAndrew Lunn2017-07-081-2/+3
| | | | | | | | | | | | Marvell Ethernet PHYs can contain a temperature sensor, which the kernel exports as an HWMON device. The PHY is on an MDIO bus. Add support for this bus types to libsensors. The sensor is then displayed by sensors(1): socaipsbus02100000ethernet02188000mdioswitch0mdio01-mdio-1 Adapter: MDIO adapter temp1: +54.0°C (crit = +100.0°C) Signed-off-by: Andrew Lunn <andrew@lunn.ch>
* sensors.conf.5: Enhance the hysteresis documentationJean Delvare2014-04-231-1/+8
| | | | | | Mention all supported temperature hysteresis attributes. Recommend setting each limit before its hysteresis.
* Update my e-mail address and copyright yearsJean Delvare2014-03-201-1/+1
|
* sensors.conf.5: Mention "sensors -u" to get the raw feature names.Jean Delvare2012-11-121-2/+6
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6091 7894878c-1315-0410-8ee3-d5d059ff63e0
* Fixed typo in lib/sensors.conf.5.Guenter Roeck2010-12-091-1/+1
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5887 7894878c-1315-0410-8ee3-d5d059ff63e0
* Read extra configuration files from /etc/sensors.d.Jean Delvare2009-02-151-2/+18
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5647 7894878c-1315-0410-8ee3-d5d059ff63e0
* Spelling fixes.Jean Delvare2008-12-071-2/+2
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5536 7894878c-1315-0410-8ee3-d5d059ff63e0
* Strip trailing whitespace.Jean Delvare2008-12-071-29/+29
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5535 7894878c-1315-0410-8ee3-d5d059ff63e0
* Move the help section of sensors.conf.eg to sensors.conf.5, so thatJean Delvare2008-12-071-287/+417
| | | | | | | | we have only one document to maintain. This change also speeds up sensors by 2.5% when using the default configuration file. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5534 7894878c-1315-0410-8ee3-d5d059ff63e0
* Typo fix.Jean Delvare2008-09-261-1/+1
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5340 7894878c-1315-0410-8ee3-d5d059ff63e0
* Fix typo.Jean Delvare2008-04-081-1/+1
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5171 7894878c-1315-0410-8ee3-d5d059ff63e0
* Use /etc/sensors3.conf as the default configuration file. If it can'tJean Delvare2007-10-251-1/+11
| | | | | | | | | | | | be found, fallback to /etc/sensors.conf. This allows for an old libsensors and a new libsensors to be installed in parallel, and each one has its own configuration file. One important change here is that the default configuration file will be installed as /etc/sensors3.conf by "make install". git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4990 7894878c-1315-0410-8ee3-d5d059ff63e0
* Delete grab_busses.sh, it's deprecated. Use sensors --bus-list instead.Jean Delvare2007-09-051-9/+5
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4782 7894878c-1315-0410-8ee3-d5d059ff63e0
* Drop the CONFORMING TO sections from the man pages. lm-sensors is in no wayJean Delvare2007-08-231-3/+1
| | | | | | | | an official standard so it doesn't make much sense. Instead, use the 4th field of .TH to mention that these tools are part of lm-sensors. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4699 7894878c-1315-0410-8ee3-d5d059ff63e0
* Chip types can no longer contain dashes. This makes it possible toJean Delvare2007-08-161-11/+5
| | | | | | | | | | | rewrite sensors_parse_chip_name() with a simpler algorithm. The new code is smaller by about one third, and twice as fast on average (5 times as fast in the most frequent case "foo-*".) This closes ticket #2221. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4677 7894878c-1315-0410-8ee3-d5d059ff63e0
* Delete all remnants of algorithm names.Jean Delvare2007-06-251-4/+1
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4465 7894878c-1315-0410-8ee3-d5d059ff63e0
* sensors.conf.8: Update the chip statement section.Jean Delvare2007-04-201-23/+19
| | | | | | | | | * Drop outdated reference to /proc/sys/dev/sensors * Bus type can be pci * Make the examples more realistic git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4374 7894878c-1315-0410-8ee3-d5d059ff63e0
* The scanner regression test cases for error conditions in quoted stringsMark M. Hoffman2006-11-121-1/+1
| | | | | | | | | uncovered three different bugs. This changeset fixes them all. It also updates the sensors.conf(5) man page to be unambiguous regarding the requirement for whitespace between elements. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4235 7894878c-1315-0410-8ee3-d5d059ff63e0
* libsensors: Drop support for algorithm names.Jean Delvare2006-10-131-8/+14
| | | | | | | | | | I2C algorithms no longer have names in Linux 2.6, and anyway they are implementation details user-space doesn't care about. No third party application is known to have ever used this particular feature of libsensors. "sensord" and "sensors" no longer do. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4208 7894878c-1315-0410-8ee3-d5d059ff63e0
* Fix the homepage addressRudolf Marek2006-09-171-1/+1
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4157 7894878c-1315-0410-8ee3-d5d059ff63e0
* Fix common spelling errors.Jean Delvare2005-05-151-1/+1
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3000 7894878c-1315-0410-8ee3-d5d059ff63e0
* add code authors to man pagesMark D. Studebaker2004-04-201-0/+7
| | | | git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2456 7894878c-1315-0410-8ee3-d5d059ff63e0
* Fix man page refering to itself in the SEE ALSO section.Jean Delvare2004-03-151-1/+1
| | | | | | | Patch by Aurelien Jarno. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2359 7894878c-1315-0410-8ee3-d5d059ff63e0
* New sensors.conf keyword 'ignore'Frodo Looijaard1999-12-241-1/+18
| | | | | | | | | | | | | | This often-asked for, long-planned and somewhat-forgotten feature makes it possible to tell libsensors-linked applications (like the sensors program) that certain features should not be displayed. This is very nice for things like unconnected temperature sensors or fans. Modifications to the library code, to the sensors program and to the documentation and example sensors.conf file. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@676 7894878c-1315-0410-8ee3-d5d059ff63e0
* Man-pagesFrodo Looijaard1999-02-081-0/+394
I finally merged in Adrian's man-pages. libsensors.3 is unchanged from his version; sensors.conf.5 is heavily edited, not because he did a bad job, but because his source material was not very well written :-). It should now tell you more about the config file than you ever wanted to know... git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@205 7894878c-1315-0410-8ee3-d5d059ff63e0