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

23 lines
655 B
INI

--- ./config/ndomod.cfg.orig 2008-02-21 18:39:10.000000000 -0500
+++ ./config/ndomod.cfg 2008-02-21 18:45:07.000000000 -0500
@@ -35,9 +35,9 @@
# of fully qualified domain name of the host that the module should
# connect to for sending output.
-#output=/usr/local/nagios/var/ndo.dat
+#output=/var/spool/nagios/ndo.dat
#output=127.0.0.1
-output=/usr/local/nagios/var/ndo.sock
+output=/var/run/ndo.sock
@@ -68,7 +68,7 @@
# Nagios (re)starts, the NDO NEB module will read the contents of this
# file and send it to the NDO2DB daemon for processing.
-buffer_file=/usr/local/nagios/var/ndomod.tmp
+buffer_file=/var/spool/nagios/ndomod.tmp