Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-28 | do status dampening for OK status as well, i. e. | Henning Brauer | |
if a sensor is always bad, but sometimes goes OK for only a few seconds, we want to ignore that bogus change as well also fix setting if last_val. from Constantine, ok mickey | |||
2007-02-23 | add missing copyright; Constantine | Theo de Raadt | |
2007-01-06 | increase buffer size; ie. for hw.sensors.ipmi0.indicator0 | Theo de Raadt | |
from cnst+openbsd@bugmail.mojo.ru | |||
2006-12-28 | tweak; | Jason McIntyre | |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-18 | it appears some sensors flip duen to bugs or erroneous readings. | Michael Shalayeff | |
provide dampenning for negative events and simultaneously increase polling frequency accordingly to provide same rate of reporting. mbalmer@ beck@ deraadt@ ok | |||
2006-09-16 | sync printing w/ sysctl and also add missing sensor types to the conf ↵ | Michael Shalayeff | |
parser; deraadt@ ok | |||
2006-08-23 | wording; | Jason McIntyre | |
2006-08-23 | esm(4) also gives status (sometimes ;) | Michael Shalayeff | |
2006-08-23 | allow monitoring sensors with their own status reporting such as ipmi or ↵ | Michael Shalayeff | |
raid controllers; marco@ ok | |||
2006-04-21 | ami sysctl diff; from michael knudsen | Jason McIntyre | |
ok dlg | |||
2006-04-01 | when I initially hacked sensorsd, sensors started at hw.sensors.0 and | Henning Brauer | |
there were no gaps ever. these days, we can have holes or start later. so on start scan 0..255 and do not abort if there's no entry, probe 'em all. found and analyzed by Sam Chill <samchill@gmail.com>, ok theo | |||
2006-03-20 | add two missing function declarations | David Hill | |
change sensor_status to sensorsd_status ok deraadt@ | |||
2006-03-07 | beef up this file a little; ok grange | Jason McIntyre | |
2006-02-06 | don't error out but give a warning when sysctl() | Moritz Jodeit | |
fails with something else than ENOENT. suggested by tedu@ ok henning@ | |||
2006-01-31 | When sysctl(3) fails, check for ENOENT instead of ENXIO to find | Moritz Jodeit | |
the last sensor and don't monitor sensors, which are marked invalid. ok henning@ | |||
2005-08-10 | remove drivers from here. | Alexandre Anriot | |
ok jsg@ deraadt@ | |||
2005-08-10 | add lmtemp(4) and viasio(4). | Alexandre Anriot | |
ok grange@ | |||
2005-08-04 | Support for SENSOR_INTEGER. | Jonathan Gray | |
ok grange@, dlg@, henning@ | |||
2005-08-03 | dlg did not test what he affects; enum clash | Theo de Raadt | |
2005-06-03 | print negative values correctly; From: serge rasnikov <747500@gmail.com> | Henning Brauer | |
2005-05-11 | document conf file reload w/ SIGHUP; | Jason McIntyre | |
from michael knudsen; ok henning@ | |||
2005-04-21 | spacing | Theo de Raadt | |
2005-04-20 | fix buffer overrun introduced with my previous commit. Found and fixed by | Hans-Joerg Hoexer | |
moritz@; while around take care of snprintf return values help and ok moritz@, henning@ | |||
2005-04-02 | new sentence, new line; | Jason McIntyre | |
change an article; | |||
2005-04-01 | spacing | Theo de Raadt | |
2005-04-01 | sensorsd(8) execute command on exceeding limits | Hans-Joerg Hoexer | |
from matthew.gream@pobox.com, thanks! cleaning and ok deraadt@ | |||
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-06-27 | add reference to nsclpcsio(4) to SEE ALSO; | Jason McIntyre | |
prodded by Alexey E. Suslikov; | |||
2004-04-11 | Fix accidental busy loop waiting for a second to pass. Also, rename | Otto Moerbeek | |
constants that defined a period of time. ok deraadt@ henning@ | |||
2004-03-15 | add a default: case to the switch (sensor type) in the config file parser | Henning Brauer | |
that just errs out if someone tries to configure limits for a sensor type we do not support, deraadt ok | |||
2004-02-07 | knf; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-08 | sync with sysctl/drivers + 0K == -273.15C; report grange; ok henning | Markus Friedl | |
2003-12-22 | reload is used in signal handler, make it volatile sig_atomic_t | Henning Brauer | |
2003-10-07 | FILES /etc/sensorsd.conf | Henning Brauer | |
spotted by millert@ ok millert@ jmc@ | |||
2003-10-06 | .Xr it 4 | Henning Brauer | |
PR3512, From: zejames@greyhats.org | |||
2003-10-01 | sys/types.h is not really needed with sys/param.h. | Kevin Lo | |
ok henning@ | |||
2003-09-30 | o err out on start if no watches are defined | Henning Brauer | |
o log how many watches are defined o on configuration reload also log how many watches we have | |||
2003-09-30 | set the log message ident with openlog(), ok henning@ | jose | |
2003-09-29 | uncomment daemon() call; spotted by jose@ | Henning Brauer | |
2003-09-24 | sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors. | Henning Brauer | |
limits can be configured, out of range notifications through syslog. config file parsing based on bob's hints, lots of hints from theo feedback from grange, otto, mickey as well ok deraadt@; grange@ on an earlier version |