aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/xymon-client
Commit message (Collapse)AuthorAgeFilesLines
* - drop maintainershipDirk Meyer2012-10-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306087
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - distfile repacked, verified only docs where updated.Dirk Meyer2012-08-062-2/+3
| | | | Notes: svn path=/head/; revision=302193
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - update to 4.3.10Dirk Meyer2012-08-042-3/+3
| | | | Notes: svn path=/head/; revision=301995
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* 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 4.3.7Dirk Meyer2012-01-124-9/+12
| | | | Notes: svn path=/head/; revision=289000
* - update to 4.3.4Dirk Meyer2011-08-062-3/+3
| | | | Notes: svn path=/head/; revision=279009
* - update to 4.3.3Dirk Meyer2011-05-192-3/+3
| | | | Notes: svn path=/head/; revision=274333
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - update to 4.3.2Dirk Meyer2011-04-072-3/+3
| | | | Notes: svn path=/head/; revision=272345
* - update to 4.3.0Dirk Meyer2011-04-029-104/+105
| | | | | | | | services and files and urls have been renamed see UPDATING for migration from older config. Notes: svn path=/head/; revision=272121
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update MASTER_SITESDirk Meyer2010-11-271-1/+1
| | | | | | | | PR: 152600 Submitted by: Florian Smeets Notes: svn path=/head/; revision=265266
* - update MASTER_SITESDirk Meyer2010-11-181-1/+1
| | | | Notes: svn path=/head/; revision=264781
* - fix display of IPv6 portsDirk Meyer2010-07-092-0/+12
| | | | | | | | | PR: 147915 Submitted by: Frank Bartels Feature safe: yes Notes: svn path=/head/; revision=257546
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - update to 4.2.3Dirk Meyer2009-02-262-4/+4
| | | | | | | | PR: 132033 Submitted by: falz Notes: svn path=/head/; revision=229097
* - add LICENSE:Dirk Meyer2009-02-151-0/+2
| | | | Notes: svn path=/head/; revision=228419
* - update to 4.2.2Dirk Meyer2009-01-114-15/+14
| | | | Notes: svn path=/head/; revision=225770
* - set homedirDirk Meyer2009-01-112-2/+2
| | | | | | | PR: 125081 Notes: svn path=/head/; revision=225769
* - pass flags to startup scriptDirk Meyer2008-05-292-5/+6
| | | | | | | | PR: 124066 Submitted by: falz <me@falz.net> Notes: svn path=/head/; revision=213875
* - Fix report of free memory on amd64Dirk Meyer2008-03-012-0/+12
| | | | | | | | Submitted by: Florian Smeets Obtained from: http://www.hobbitmon.com/hobbiton/2006/10/msg00432.html Notes: svn path=/head/; revision=208237
* - create default config when build by portDirk Meyer2008-01-281-0/+7
| | | | | | | package not changed, it does create default config Notes: svn path=/head/; revision=206326
* Hobbit is a system for monitoring servers and networks. It has a great dealDirk Meyer2008-01-287-0/+178
of inspiration from the Big Brother monitor, but unlike Big Brother it is designed to work well whether you need to monitor small network with just a handful of hosts, or large networks with thousands of hosts. Hobbit is the successor to the bbgen toolkit, which has been available as an add-on to Big Brother since late 2002. The name change was decided upon when Hobbit acquired enough functionality to be a stand-alone product. The tools that formed the bbgen toolkit are still present in Hobbit and are quite important for it, so if you have used bbgen before, Hobbit will seem quite familiar. This is the client. WWW: http://hobbitmon.sourceforge.net/ Notes: svn path=/head/; revision=206316