Go to www.sixxs.net and get a free account.
Copy /usr/local/share/examples/sixxs-heartbeatd/heartbeat.conf to
/etc and insert your account data.

You can start the daemon:
/usr/local/sbin/sixxs-heartbeatd /etc/heartbeat.conf

Add the following to the /etc/rc.local script to start the daemon on boot:

if [ -x /usr/local/sbin/sixxs-heartbeatd -a -f /etc/heartbeat.conf ]; then
	echo -n ' sixxs-heartbeatd'
	/usr/local/sbin/sixxs-heartbeatd /etc/heartbeat.conf
fi

