aboutsummaryrefslogtreecommitdiff
path: root/sysutils/symon/files
Commit message (Collapse)AuthorAgeFilesLines
* Update sysutils/symon to 2.87Ulrich Spörlein2016-07-021-18/+0
| | | | | | | Submitted by: Edho Arief <me@myconan.net> Notes: svn path=/head/; revision=417915
* fix build with perl 5.18Andrej Zverev2014-09-201-0/+18
| | | | | | | PR: 193064 Notes: svn path=/head/; revision=368625
* - Allow staging as a regular userAntoine Brodin2014-09-184-29/+42
| | | | | | | - Create the _symon group Notes: svn path=/head/; revision=368522
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Update symon to 2.85Ulrich Spörlein2012-05-252-6/+10
| | | | | | | | | PR: ports/167522 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=297395
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 2.79.Wesley Shields2008-05-043-0/+43
| | | | | | | | | | | Fix dead email address in Whom: line (still same person). PR: ports/123306 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: garga (mentor) Notes: svn path=/head/; revision=212604
* - Update to 2.75.Alejandro Pulver2007-02-185-81/+5
| | | | | | | | | | - Fix the location printed post install, it should be PREFIX, not LOCALBASE. PR: ports/109243 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=185462
* Fix swap stat gathering.Clive Lin2006-03-281-0/+18
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=158313
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Update to 2.72Marcus Alves Grando2005-12-025-43/+38
| | | | | | | | | | | Add SHA256 portlint(1) PR: 89836 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer) Notes: svn path=/head/; revision=150237
* - Fix uninitialized variablesRenato Botelho2005-09-271-0/+19
| | | | | | | | PR: ports/86639 Submitted by: maintainer Notes: svn path=/head/; revision=143644
* - Unbreak on CURRENTSergey Matveychuk2005-07-311-0/+29
| | | | | | | | PR: ports/84228 Submitted by: maintainer Notes: svn path=/head/; revision=140547
* - Update to 2.71Volker Stolz2005-04-267-105/+65
| | | | | | | | | | | - Add rcNG scripts, donated by J. Martin Petersen (jmp at alvorlig dot dk) - Add WITHOUT_SYMON/WITHOUT_SYMUX flags PR: ports/80339 Submitted by: maintainer Notes: svn path=/head/; revision=134206
* - Fix build on -CURRENTPav Lucistnik2005-04-021-3/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=132165
* symon is a is a lightweight system monitor that measures cpu, memory, pf,Pav Lucistnik2005-03-164-0/+105
interface and disk statistics every 5 seconds. It sends this data on to symux for further processing. symon has been designed to inflict minimal performance and security impact -- it can be run as nobody on the system it monitors. symux is a non-priviledged daemon that listens to incoming symon traffic. symux can write the incoming symon streams into rrd files. Clients interested in monitoring machine state can also log into symux and receive data as ascii as it arrives. symon2web is a php script that can show the data stored in the rrd files. PR: ports/78416 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=131424