aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nrpe2
Commit message (Collapse)AuthorAgeFilesLines
* Stop checking for get_pidfile_from_conf function in rc.subr.crees2013-05-311-2/+1
| | | | | | | | | | | It is present in all supported versions of FreeBSD, and has had poor takeup. I strongly suspect the strange-looking checks are partially to blame for scaring maintainers off. Go forth and please use it! PR: ports/178269 Approved by: maintainers of all ports involved
* Fix the currently-broken rc.d script:dougb2012-10-082-22/+34
| | | | | | | | | 1. Tidy up the header 2. nrpe2 runs as an unpriviliged user, so REQUIRE: LOGIN is manadatory 3. Move load_rc_config up higher 4. Since _enable and _configfile are mandatory they should use := 5. Only sets command_args once, and puts -d last as is traditional. 6. Pulls the pidfile from nrpe.cfg, which means it only has to be set once.
* Improve rc script handling of pidfile, and do a few optimisationscrees2012-09-133-8/+10
| | | | | | | PR: ports/168225 Submitted by: yar (based on) While here, copy over default config file on install
* - Switch to using USERS/GROUPS [1]bdrewery2012-09-103-77/+9
| | | | | | | | | - Convert to new options framework PR: ports/169918 [1] Submitted by: bdrewery Approved by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) [1] Approved by: eadler, bapt (mentors, implicit)
* - Update to 2.13 [1]scheidell2012-02-193-4/+4
| | | | | | | | | - add check for empty dir in pkg-plist PR: ports/164908 [1] Submitted by: Marc Peters <marc.peters@trivago.com> [1] Approved by: jarrod@downtools.com.au (maintainer), gabor (mentor, implicit) Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - update mainer email address (old domain no longer reachable)ohauer2010-12-312-2/+1
| | | | - remove MD5
* Revert commit 1.8 to pkg-plist.jpaetzel2010-10-302-2/+1
| | | | Approved by: Oliver Fromme <olli@lurza.secnetix.de>
* Create proper default directory for pidfilejpaetzel2010-10-282-1/+3
| | | | | | PR: ports/151230 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: Maintainer timeout
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Modify rc.d script to allow administrator to change PID file locationmiwi2008-12-262-1/+5
| | | | | | | | | | without editing rc.d script. New knob nrpe2_pidfile is provided for this and it defaults to the old value of the PID file. - Bump PORTREVISION PR: 129386 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: maintainer
* - Update to 2.12miwi2008-11-227-49/+59
| | | | | | | | | Included in this PR is reload support requested by ports/126476 in addition to a change in the location of the PID file. I have however opted to move this file to NAGIOSDIR to reduce the number of directories created by all Nagios related ports. PR: 128409 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to NRPE 2.11.beech2008-02-214-14/+27
| | | | | | | | | | - Finally bump the port to the current version after remaining at 2.7 for a while due to garbage characters being returned by nrpe2. Issue was caused by the reading command buffer not being \0 terminated. This has been resolved in CVS but has been back-ported for now. PR: ports/120874 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
* - remove PREFIX from CONFIGURE_ARGSmm2007-07-261-3/+2
| | | | | Reported by: sat Approved by: garga (mentor, implicit)
* - added support for variables from net-mgmt/nagiosmm2007-07-247-113/+142
| | | | | | | | | | - updated sample configuration file - renamed startup script from nrpe2.sh to nrpe2 - changed maintainer to Jarrod Sayers <jarrot@netleader.com.au> PR: ports/114035 Submitted by: Jarrod Sayers <jarrot@netleader.com.au> Approved by: maintainer, garga (mentor)
* - Fix a small typorafan2007-04-071-1/+1
| | | | | Spotted by: sat Approved by: maintainer (implicit)
* - Correct pkg-message for rc script variablesrafan2007-04-072-2/+3
| | | | | PR: ports/111355 Submitted by: Dan Langille <dan@langille.org> (maintainer)
* - Update to 2.7clsung2007-03-042-4/+4
| | | | | | PR: ports/109783 Submitted by: edwin Approved by: maintainer (Dan Langille)
* - Patch the sample configuration file to use FreeBSD devices instead of Linuxalepulver2007-02-061-0/+15
| | | | | | | ones for the HDD. PR: ports/108636 Submitted by: Dan Langille <dan@langille.org> (maintainer)
* - Update to 2.6rafan2006-12-254-5/+39
| | | | | | | | - Make sure nagios user/group is created when installing from ports - Pass maintainership to submitter PR: ports/107175 Submitted by: Dan Langille <dan at langille.org>
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* - Update to 2.5.1mnag2006-04-303-98/+27
| | | | | | | | | - Fix using USE_OPENSSH after bsd.port.pre.mk - portlint(1) PR: 95811 Submitted by: Martin Matuska <martin___matuska.org> Approved by: maintainer timeout (14 days)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | 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.
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* - add rcng startup scriptpav2005-05-274-6/+115
| | | | | | | | | - make nrpe write pid file in /var/run - replace pkg-plist file with PLIST_FILES in Makefile PR: ports/81139 Submitted by: Meno Abels <meno.abels@adviser.com> Approved by: Paul Dlug <paul@nerdlabs.com> (maintainer)
* unbreak: port depends on perl while being builtmharo2004-12-151-2/+3
|
* add optionsmharo2004-12-141-4/+7
| | | | | | unbreak Approved by: maintainer timeout
* BROKEN on 5.x: Does not installkris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* add nrpe2 (after repocopy from net-mgmt/nrpe)mharo2004-08-294-16/+27
| | | | | | nrpe is Nagios Remote Plugin Executor PR: 59485
* - Unbreak on 5.x: perl is needed to buildpav2004-05-301-2/+1
|
* BROKEN: Install failskris2004-05-301-0/+2
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-2/+2
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* - Fixed incorrect path in nrpe.sh init script.clement2004-01-141-1/+2
| | | | | | | | (Reported by: Angel Eduardo Porras Meza <aporrasmeza@hotmail.com>) PR: 61335 Submitted by: Paul Dlug <paul@nerdlabs.com> Approved by: erwin (mentor) (implicitly)
* - Remove USE_REINPLACE in favor of passing argument to configure scriptsergei2003-11-211-6/+2
| | | | | PR: 59431 Submitted by: maintainer
* Update of net/nrpe from version 1.8 to 1.9 which contains minor bug fixesleeym2003-08-062-2/+2
| | | | | PR: 55292 Submitted by: Paul Dlug <paul@nerdlabs.com>
* - Updated the net/nrpe port to version 1.8 which contains minor bug fixes.leeym2003-03-053-3/+7
| | | | | | | | - Corrected incorrect paths to plugins in the sample configuration file. - Installed the check_nrpe plugin (in case the installer wants to use this host as a client). PR: 48690 Submitted by: Paul Dlug <paul@nerdlabs.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Maintainer update to version 1.7edwin2003-01-104-2/+76
| | | | | PR: ports/46903 Submitted by: Paul Dlug <paul@nerdlabs.com>
* New port: net/nrpeedwin2003-01-035-0/+38
Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug <paul@nerdlabs.com>