summaryrefslogtreecommitdiff
path: root/usr.sbin/sensorsd/sensorsd.c
AgeCommit message (Expand)Author
2008-03-13Allow a program invoked on state change to receive sensor status. PerhapsChris Kuethe
2007-12-05log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT;Constantine A. Murenin
2007-11-28add options to specify the check and report intervals. ok deraadtTed Unangst
2007-08-14sync printing w/ sysctl(8) and add missing sensor types to conf parser;Constantine A. Murenin
2007-06-01Convert sensorsd to use two-level data-structures. This makes sensorsd beConstantine A. Murenin
2007-05-30Major update to sensorsd.Constantine A. Murenin
2007-05-29Remove watch_cnt in preparation for my bigger patch that makes sensorsdConstantine A. Murenin
2007-05-29for sensorsd.conf entries, let's do matching by sensor type if maching by com...Constantine A. Murenin
2007-02-28do status dampening for OK status as well, i. e.Henning Brauer
2007-02-23add missing copyright; ConstantineTheo de Raadt
2007-01-06increase buffer size; ie. for hw.sensors.ipmi0.indicator0Theo de Raadt
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-18it appears some sensors flip duen to bugs or erroneous readings.Michael Shalayeff
2006-09-16sync printing w/ sysctl and also add missing sensor types to the conf parser;...Michael Shalayeff
2006-08-23allow monitoring sensors with their own status reporting such as ipmi or raid...Michael Shalayeff
2006-04-01when I initially hacked sensorsd, sensors started at hw.sensors.0 andHenning Brauer
2006-03-20add two missing function declarationsDavid Hill
2006-02-06don't error out but give a warning when sysctl()Moritz Jodeit
2006-01-31When sysctl(3) fails, check for ENOENT instead of ENXIO to findMoritz Jodeit
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
2005-08-03dlg did not test what he affects; enum clashTheo de Raadt
2005-06-03print negative values correctly; From: serge rasnikov <747500@gmail.com>Henning Brauer
2005-04-21spacingTheo de Raadt
2005-04-20fix buffer overrun introduced with my previous commit. Found and fixed byHans-Joerg Hoexer
2005-04-01spacingTheo de Raadt
2005-04-01sensorsd(8) execute command on exceeding limitsHans-Joerg Hoexer
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-04-11Fix accidental busy loop waiting for a second to pass. Also, renameOtto Moerbeek
2004-03-15add a default: case to the switch (sensor type) in the config file parserHenning Brauer
2004-02-07knf; jjy2+@pitt.eduTheo de Raadt
2004-01-08sync with sysctl/drivers + 0K == -273.15C; report grange; ok henningMarkus Friedl
2003-12-22reload is used in signal handler, make it volatile sig_atomic_tHenning Brauer
2003-10-01sys/types.h is not really needed with sys/param.h.Kevin Lo
2003-09-30o err out on start if no watches are definedHenning Brauer
2003-09-30set the log message ident with openlog(), ok henning@jose
2003-09-29uncomment daemon() call; spotted by jose@Henning Brauer
2003-09-24sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors.Henning Brauer