aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geomWatch
Commit message (Collapse)AuthorAgeFilesLines
* - Chase libesmtp shlib bumpMartin Wilke2012-05-231-1/+2
| | | | Notes: svn path=/head/; revision=297237
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 1.3.0, which supports ZFS version 28Tilman Keskinoz2011-08-013-3/+13
| | | | | | | | PR: 159358 Submitted by: maintainer Notes: svn path=/head/; revision=278735
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.2.2Martin Wilke2010-06-032-4/+4
| | | | | | | | PR: 146705 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Notes: svn path=/head/; revision=255670
* - Update to 1.2.1Sahil Tandon2010-05-174-13/+19
| | | | | | | | | | | | - No longer BROKEN on ZFS Version 6 - ${CP} sample to real configuration file if latter does not exist PR: ports/146554 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=254471
* - Disable on ZFS Ver 6, until proper fix is availablePav Lucistnik2010-05-131-1/+1
| | | | | | | Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Notes: svn path=/head/; revision=254251
* - Fix build on 6.xSahil Tandon2010-05-121-1/+7
| | | | | | | | | Submitted by: maintainer Reported by: pointyhat (erwin@, pav@) Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=254190
* - Update to 1.2.0Sahil Tandon2010-05-034-20/+20
| | | | | | | | | | | | | - Note new functionality in COMMENT - USE_RC_SUBR instead of manually installing rc script - Use ${PORTNAME} where possible PR: ports/146071 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=253592
* - Update to 1.1.2Dennis Herrmann2010-02-022-4/+4
| | | | | | | | PR: ports/143485 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Notes: svn path=/head/; revision=249102
* - Update to 1.1.1Rong-En Fan2010-01-312-4/+4
| | | | | | | | PR: ports/143392 Submitted by: Boris Kochergin <spawk at acm.poly.edu> (maintainer) Notes: svn path=/head/; revision=248938
* - Update to 1.1.0Martin Wilke2010-01-312-5/+4
| | | | | | | | PR: 143262 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Notes: svn path=/head/; revision=248873
* - Fix PLIST_FILES [1]Philip M. Gollucci2010-01-152-2/+4
| | | | | | | | | - Fix typo in pkg-message [2] Reported by: QAT [1], ale [2] Notes: svn path=/head/; revision=247898
* geomWatch is a program for monitoring the well-being of GEOM providers. ItPhilip M. Gollucci2010-01-145-0/+99
checks the state of each configured provider at a configured interval, and, if it notices that a provider has lost a component, or encounters a problem while checking a provider's state, it will send an e-mail with details of the matter--such as what components were lost and which remain, or, in the event of a problem, what the problem was--to an arbitrary number of recipients, so that corrective action can be taken (for example, replacing a failed disk). WWW: http://acm.poly.edu/wiki/GEOM_Watch -Boris Kochergin <spawk@acm.poly.edu> PR: ports/142735 Submitted by: Boris Kochergin <spawk at acm.poly.edu> Notes: svn path=/head/; revision=247844