* mac os/10 server does not like gethostbyname("204.42.254.5") at all
* config nologconnects
	* will not log connections to the daemon
* make daemon log port listening on via syslog()
* make max pings outstanding be proportional to what setsockopt()
	allocated the buffer to be on the icmp fd
* revoke root!
* snmp :)
* ircd (connect, send quit) (same as sysmon check)
* pageinterval per host configurable
* make WAKEUP_CHECKS go out and actually do that, instead of just be killer...
	also go out and make us pass better states around such that 
	wakeup_checks actually only calls checks every few times, instead 
	of every iteration
* config numfailures (but before it appears in html file, ie: becomes yellow)
* pings per check configurable
* ping loss per check configurable
* polling frequency configurable
* config savestate /etc/sysmon.state (loads on startup)
* WRITE state (paused, unpaused) to HTML/TXT FILE
* Make state visible via client (paused, unpaused)
* fix client build issues with curses.  ugh
* sensitivity per host configurable
* pktloss (ping w/ counts, and tolerance checking)
	* keep history for 24 hours (configurable glob and per-host)
	* tolerance config for pings lost in a period
	* if total loss, just report as down
	* example: far-away-site pktloss 15 1 2 "far-site" mail@site
	* will send 15 pings every 1 minute, if more than 2 lost,
	  report loss
* dns checks (native)
