Commit graph

5 commits

Author SHA1 Message Date
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
Philip M. Gollucci
831d9b2740 - Allow ndo2db_configfile to be overridden correctly in /etc/rc.conf
Sponsored by:	RideCharge Inc. / TaxiMagic
2010-10-14 20:09:42 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Philip M. Gollucci
a15ec654cf - An rc.d script that actually works [1]
- Depend on net-mgmt/nagios not -devel

PR:             ports/129485 [1]
Submitted by:   olli hauer <ohauer@gmx.de> [1]
Approved by:    araujo (mentor, implicit)
2008-12-25 14:42:24 +00:00
Philip M. Gollucci
be1be507fd The NDOUTILS addon is designed to store all configuration and event data from
Nagios in a database. Storing information from Nagios in a database will allow
for quicker retrieval and processing of that data and will help serve as a
foundation for the development of a new PHP-based web interface in Nagios 3.0.

WWW: http://www.nagios.org

Approved by:    araujo (mentor)
2008-08-14 02:58:34 +00:00