diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-22 20:41:16 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-22 20:41:16 +0000 |
commit | e20280295e882e43594fa0dac1e4f1ea551adaa2 (patch) | |
tree | 966157b026c6d77c114a6173c32fc7db3ae70705 /sysutils/bsdhwmon/pkg-descr | |
parent | bb1f5fb25427f91b1fa1b16778aa42386ec2ca89 (diff) |
Notes
Diffstat (limited to 'sysutils/bsdhwmon/pkg-descr')
-rw-r--r-- | sysutils/bsdhwmon/pkg-descr | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/bsdhwmon/pkg-descr b/sysutils/bsdhwmon/pkg-descr index 665bf6ead2a3..f2720cae3de4 100644 --- a/sysutils/bsdhwmon/pkg-descr +++ b/sysutils/bsdhwmon/pkg-descr @@ -2,27 +2,4 @@ bsdhwmon is a program for FreeBSD for monitoring hardware sensors (fans, temperatures, voltages, chassis intrusion, and more) on commerical-grade server hardware. -bsdhwmon is developed with a very different mentality compared to other -hardware monitoring software: - -* Written with stability and production environments in mind -* Intended for use with server products (currently Supermicro, but can be - extended to others that have proper SMBIOS identification data) -* Uses SMBus (smb(4) driver) exclusively, significantly decreasing risks - and CPU usage compared to classic LPC I/O -* Based primarily on documentation provided by motherboard/server vendors, - combined with documentation from chipset manufacturers -* Identifies hardware via strict SMBIOS data matching; device "probing" is - avoided to minimise false positives and thus risks -* Full tested on both i386 and amd64 systems across multiple versions of - FreeBSD (legacy and present-day) -* Written entirely in C -* No reliance on third-party libraries or tools (e.g. autotools, libtool, - etc.) -* Very simple and clean code -- heavily commented, well-documented, built - with -Werror -Wall and similar flags -* Occasionally tested under valgrind -* Open-source, released under the 2-clause BSD license - -WWW: http://bsdhwmon.koitsu.org/ WWW: http://github.com/koitsu/bsdhwmon |