1. user guide
a. install
       Run install sh, it will do all the jobs. After rebuilding the kernel, you must use the command (shutdown -y -g0 -i6) to reboot OS.

b. uninstall 
       Run uninstall sh, it will remove all the files about mshd. After rebuild  the kernel, you must to use the command (shutdown -y -g0 -i6) to reboot OS.
 
2. command description
a. mshd_read : show all temperature (include CPU and VRM ) and fans speed (include CPU and Chassis). The program needs one parameter, display count .
e.g. mshd_read 1000

b. chklog: (all|info|ALERT|NOTE):
	all  : show all log information about mshd  .
	info : show log infomation begin "info".
	ALERT : show log information begin "ALERT".
	NOTE :  show log information begin "NOTE".
 
c. mshd_sh  (start|stop|status):
	Using  "start" or "stop" parameter to start or exit mshdd, for "status" parameter is used to show if the mshdd is running now.

d install-mailadddr : tool ,used to configurate SMTP server and administrator mail address ,which the alert mail will be send to ,when the CPU fan stoped.
usage : /bin/install-mailaddr [add|help|list|modify|new|reset|test]
add: add new administrator's mail to config file
del: delete one or serval mail address
help: help, show this help messages
list: display current context of config file
modify: change curren smtp server address or administor's mail address
new: create a new config file and do the first config
reset: reset config file and do a config again
test: check the if the address of smtp server and mail are right
note : new item will do nothing when the cofiguration had already existed

