summaryrefslogtreecommitdiff
path: root/usr.sbin/sensorsd
AgeCommit message (Collapse)Author
2003-10-07FILES /etc/sensorsd.confHenning Brauer
spotted by millert@ ok millert@ jmc@
2003-10-06.Xr it 4Henning Brauer
PR3512, From: zejames@greyhats.org
2003-10-01sys/types.h is not really needed with sys/param.h.Kevin Lo
ok henning@
2003-09-30o err out on start if no watches are definedHenning Brauer
o log how many watches are defined o on configuration reload also log how many watches we have
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
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