freebsd-ports/sysutils/uptimec/pkg-message
Kirill Ponomarev f410b977ff Add uptimec 0.1, client for Uptime Project.
PR:		ports/65224
Submitted by:	Radim Kolar
2004-04-06 13:13:58 +00:00

14 lines
407 B
Plaintext

Tips for participating in Uptime contest:
- You need to obtain hostid and password on project home page
http://mreriksson.net/uptimes/
- Enter hostid and password into %%LOCALBASE%%/etc/uptimecrc
- client uses UDP protocol for talking to server on port 2050
You may need to open this port in firewall:
ipfw add allow udp from any to any dst-port 2050 out keep-state
Radim Kolar