Commit graph

8 commits

Author SHA1 Message Date
Chris Rees
ad7295cafd Update to 3.2.1
The database (.rrd) files have moved to /var/db/monitorix by default, and the
port is careful to ensure that existing files are migrated.

The configuration file needs to have the base_lib line updated to
/var/db/monitorix/ (note trailing slash).  The rc script comes with
instructions to those who don't happen to follow every single commit :)
2013-06-04 18:52:55 +00:00
Chris Rees
88a9e05b44 Add PREFIX/sbin to path for smartctl
Submitted by:	Maff (IRC:Freenode/#monitorix)
2012-09-18 17:32:48 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Chris Rees
ff1beb9b7f - Update to 2.2.0
- Program now lives in PREFIX/bin
- Install manpage and extra docs
- Reports don't need extra dependency, OPTION removed
- Perl dependencies are now by package
2011-07-31 17:29:02 +00:00
Doug Barton
3106867ad1 KEYWORD: FreeBSD is neither necessary, nor desirable.
It's been obsolete for years now.
2011-05-14 23:57:51 +00:00
Wen Heping
1b1d533353 - Remove hardcoded /usr/local from rc script [1]
- Add trailing slashes to config file defaults [2]
- Add missing PLIST_SUB expressions

PR:		ports/156008
Submitted by:	sahil@ [1]
		Rick Chisholm<rchisholm_at_cyphersystems.com> [2]
		Chris Rees <utisoft@gmail.com> (maintainer)
2011-03-29 02:40:12 +00:00
Wen Heping
51574dd095 - Update to 2.1.0
- Pass maintainership to submitter
- Rewrite rc script

PR:		ports/155976
Submitted by:	Chris Rees <utisoft@gmail.com>
Approved by:	admin@mjbrune.org (previous maintainer)
2011-03-28 02:45:01 +00:00
Olli Hauer
f66d15ef05 - new port sysutils/monitorix
PR:		146776
Submitted by:	Michael Brune <admin _at_ mjbrune.org>
Approved by:	glarkin (mentor)

Monitorix is a free, open source, lightweight system monitoring tool
designed to monitorize as many services as possible. At this time it
monitors from the CPU load and temperatures to the users using the system.
Network devices activity, network services demand and even the devices'
interrupt activity are also monitored, and more. The current status of any
corporate server with Monitorix installed can be accessed via a web browser.

WWW: http://www.monitorix.org/
2010-08-18 17:43:31 +00:00