aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/hastmon
Commit message (Collapse)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* hastmon is a monitoring daemon that allows a couple of hosts to run aMartin Wilke2011-03-173-0/+56
service providing automatic failover. Those machines will be called a cluster and each machine is one cluster node. hastmon is designed for clusters that work in Primary-Secondary configuration, which means that only one of the cluster nodes can be active at any given time. WWW: http://hastmon.googlecode.com/ Author: Mikolaj Golub <to.my.trociny@gmail.com> PR: ports/154036 Submitted by: Mikolaj Golub <to.my.trociny at gmail.com> Notes: svn path=/head/; revision=271157