2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-27 12:28:49 +00:00
Philip Edelbrock ae4407921d (Phil) Added my little daemon program. For the record, here's some
features of it:

- As long as the 'sensors' program works correctly, healthd.sh is compatible
  with any hardware.

- Very low loading.  Just sleeps (like me) most of the time.

- Easily customizable (very simple and short script).


Todo's/wants:

- Syslogging?  I couldn't figure out how to syslog from bash shell (yet).

- After one test, it failed to be automatically 'spawned' from a rc.local
  script.  I did "healthd.sh &", but that didn't seem to work.  Ideas?

- a history utility for making pretty plots and such.

- Written in 'C' for better functionality and efficiency?


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@229 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-02-15 05:42:01 +00:00
..