fixes message size computation that is easily exceeded on -current
and causes symon to err out on startup in these cases
(symon: data.c:364: maxlen too small)
note that on systems showing that error the symux they send to must
be >= 2.77 since it has the same check for received messages.
The basic goal of the High Availability Linux project is to provide a
high availability (clustering) solution for Linux (and Unix-like) which
promotes reliability, availability, and serviceability (RAS) through a
community development effort.
Inspired from an original submission by Sebastian Reitenbach
(maintainer) whom I want to thank for his work and patience.
- install sample smartd.conf.
- clean out empty patch.
- remove some less than useful files.
original diff from Giovanni Bechis < bigionews at snb.it > via ports@.
ok ajacoutot@ merdely@
Tool to help start/stop/restart multiple mongrel servers to use behind a
load balancer like Nginx, Lighttpd, Pound, Pen or Balance. This plugin
adds an option to specify a number of mongrel servers to launch, a range
of ports, and a configuration file for the cluster.
FreeIPMI is a collection of Intelligent Platform Management IPMI
system software. It provides in-band and out-of-band software and
a development library conforming to the Intelligent Platform
Management Interface (IPMI v1.5 and v2.0) standards.
* fix WANTLIB after recent gtk update
* use $V as version variable everywhere it is needed
* rework comments: lowercase, typo
* remove dead homepage, master_sites
* PKGNAME harmonization (ie. gkrellmpluginname)
* add sysutils/gkrellm to CATEGORIES in Makefile.inc instead of all
plugins Makefiles
The Desktop Notifications framework provides a standard way of doing
passive pop-up notifications on the desktop. These are designed to
notify the user of something without interrupting their work with a
dialog box that they must close. Passive popups can automatically
disappear after a short period of time.
ok landry@
Conky is a system monitor for X originally based on the torsmo code.
Since it's original conception, Conky has changed a fair bit from it's
predecessor. Conky can display just about anything, either on your root
desktop or in it's own window. Conky has many built-in objects, as well
as the ability to execute programs and scripts, then display the output
from stdout.
from Vlad Glagolev <stelzy at gmail.com> (MAINTAINER)
feedback and ok ajacoutot@
Monitord is a compact Perl-based tool for watching the health of UNIX
systems. Monitord monitors the local system by watching the process
table, load average figures, the amount of free space in file systems,
and the output of custom monitoring scripts.
from Okan Demirmen