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