freebsd-ports/net-mgmt/ndoutils/files/patch-config__nagios.cfg
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

12 lines
717 B
INI

--- ./config/nagios.cfg.orig 2008-02-21 18:38:58.000000000 -0500
+++ ./config/nagios.cfg 2008-02-21 18:42:02.000000000 -0500
@@ -5,7 +5,7 @@
# configuration file (nagios.cfg). Adjust the paths, etc. to suit your needs.
# Uncomment the line below if you're running Nagios 2.x
-broker_module=/usr/local/nagios/bin/ndomod-2x.o config_file=/usr/local/nagios/etc/ndomod.cfg
+#broker_module=/usr/local/nagios/bin/ndomod-2x.o config_file=/usr/local/nagios/etc/ndomod.cfg
# Uncomment the line below if you're running Nagios 3.x
-#broker_module=/usr/local/nagios/bin/ndomod-3x.o config_file=/usr/local/nagios/etc/ndomod.cfg
+broker_module=/usr/local/nagios/bin/ndomod-3x.o config_file=/usr/local/nagios/etc/ndomod.cfg