1 
2 /************************************************************************
3  *
4  * Nagios Locations Header File
5  * Written By: Ethan Galstad (egalstad@nagios.org)
6  * Last Modified: 04-30-2007
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  ************************************************************************/
21 
22 #define DEFAULT_TEMP_FILE			"/usr/local/nagios/var/tempfile"
23 #define DEFAULT_TEMP_PATH                       "/tmp"
24 #define DEFAULT_CHECK_RESULT_PATH		"/usr/local/nagios/var/spool/checkresults"
25 #define DEFAULT_STATUS_FILE			"/usr/local/nagios/var/status.dat"
26 #define DEFAULT_LOG_FILE			"/usr/local/nagios/var/nagios.log"
27 #define DEFAULT_LOG_ARCHIVE_PATH		"/usr/local/nagios/var/archives/"
28 #define DEFAULT_DEBUG_FILE                      "/usr/local/nagios/var/nagios.debug"
29 #define DEFAULT_COMMENT_FILE			"/usr/local/nagios/var/comments.dat"
30 #define DEFAULT_DOWNTIME_FILE			"/usr/local/nagios/var/downtime.dat"
31 #define DEFAULT_RETENTION_FILE			"/usr/local/nagios/var/retention.dat"
32 #define DEFAULT_COMMAND_FILE			"/usr/local/nagios/var/rw/nagios.cmd"
33 #define DEFAULT_CONFIG_FILE			"/usr/local/nagios/etc/nagios.cfg"
34 #define DEFAULT_PHYSICAL_HTML_PATH		"/usr/local/nagios/share"
35 #define DEFAULT_URL_HTML_PATH			"/nagios"
36 #define DEFAULT_PHYSICAL_CGIBIN_PATH		"/usr/local/nagios/sbin"
37 #define DEFAULT_URL_CGIBIN_PATH			"/nagios/cgi-bin"
38 #define DEFAULT_CGI_CONFIG_FILE			"/usr/local/nagios/etc/cgi.cfg"
39 #define DEFAULT_LOCK_FILE			"/usr/local/nagios/var/nagios.lock"
40 #define DEFAULT_OBJECT_CACHE_FILE		"/usr/local/nagios/var/objects.cache"
41 #define DEFAULT_PRECACHED_OBJECT_FILE		"/usr/local/nagios/var/objects.precache"
42 #define DEFAULT_EVENT_BROKER_FILE		"/usr/local/nagios/var/broker.socket"
43 #define DEFAULT_P1_FILE				"/usr/local/nagios/bin/p1.pl"	/**** EMBEDDED PERL ****/
44 #define DEFAULT_AUTH_FILE			""			/**** EMBEDDED PERL - IS THIS USED? ****/
45