Index of /~charliep/src/healthd

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory   -
[TXT]CHANGELOG 07-Jan-2001 11:24 2.3K
[TXT]CHECKLIST 07-Jan-2001 11:24 174
[TXT]COPYRIGHT 07-Jan-2001 11:24 1.4K
[TXT]Makefile 16-Feb-2001 22:46 3.0K
[TXT]Makefile.in 07-Jan-2001 11:24 3.0K
[TXT]NotePage.pl 07-Jan-2001 11:24 2.0K
[TXT]PROTOCOL 07-Jan-2001 11:24 3.7K
[TXT]THANKS 07-Jan-2001 11:24 700
[TXT]VERSION.h 07-Jan-2001 11:24 1.5K
[   ]buildOT 18-Feb-2001 17:20 9.5K
[TXT]buildOT.c 07-Jan-2001 11:24 11K
[TXT]config.cache 16-Feb-2001 22:46 2.2K
[TXT]config.guess 07-Jan-2001 11:24 26K
[TXT]config.h 16-Feb-2001 22:46 296
[TXT]config.h.in 07-Jan-2001 11:24 228
[TXT]config.log 16-Feb-2001 22:46 4.2K
[TXT]config.status 16-Feb-2001 22:46 11K
[TXT]config.sub 07-Jan-2001 11:24 19K
[TXT]configure 07-Jan-2001 11:24 67K
[TXT]configure.in 07-Jan-2001 11:24 6.8K
[TXT]find-smb.c 07-Jan-2001 11:24 2.7K
[TXT]getMB-isa.c 07-Jan-2001 11:24 2.5K
[   ]getMB-isa.o 18-Feb-2001 17:20 1.2K
[TXT]getMB-smb.c 07-Jan-2001 11:24 2.8K
[   ]getMB-smb.o 18-Feb-2001 17:20 1.8K
[TXT]getMBinfo.c 07-Jan-2001 11:24 6.8K
[   ]getMBinfo.o 18-Feb-2001 17:20 3.1K
[   ]h.tar 16-Feb-2001 22:43 380K
[   ]healthd 18-Feb-2001 17:20 23K
[TXT]healthd.8 07-Jan-2001 11:24 6.7K
[TXT]healthd.c 07-Jan-2001 11:24 28K
[TXT]healthd.conf.sample 07-Jan-2001 11:24 3.4K
[TXT]healthd.h 07-Jan-2001 11:24 1.9K
[   ]healthd.sh 07-Jan-2001 11:24 509
[   ]healthdc 18-Feb-2001 17:20 13K
[TXT]healthdc.8 07-Jan-2001 11:24 3.4K
[TXT]healthdc.c 07-Jan-2001 11:24 18K
[TXT]install-sh 07-Jan-2001 11:24 5.5K
[TXT]methods.h 07-Jan-2001 11:24 1.5K
[DIR]missing/ 07-Jan-2001 11:24 -
[TXT]optionTable.h 18-Feb-2001 17:20 14K
[TXT]parameters.h 07-Jan-2001 11:24 2.0K

$Id: README,v 1.1.2.4 2000/10/21 17:32:05 housley Exp $

*_doWarn and *_doFail:
  Be careful using these.  Before setting these to "yes" run
  the program for a while and make sure the values returned are
  what is expected.  If either do a "shutdown now" and you have
  got it wrong, a reboot will shut off very quickly.  This can be
  solved by booting into single-user mode and editing the files,
  but that is not fun.

PORT NUMBERS:
  I started using port number 9669, because it looked nice, for
  communications between healthdc and healthd.  IANA has assigned
  port 1281 to healthd.  Starting with version 0.6.1 that will
  be the port used, the can be changed with the -P <port> option.

Remotely reading healthd.conf:
  Because remotely reading the scripts that are executed on failure might
  reveal information that is exploitable, it is not enabled by default. To 
  enable reading these values remotely add --enable-full-config to the
  invocation of configure.
        ./configure --enable-full-config