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