Icinga-core 1.4.0
next gen monitoring
include/locations.h
Go to the documentation of this file.
00001 /************************************************************************
00002  *
00003  * Icinga Locations Header File
00004  *
00005  * Copyright (c) 1999-2009 Ethan Galstad (egalstad@nagios.org)
00006  * Copyright (c) 2009-2011 Icinga Development Team (http://www.icinga.org)
00007  *
00008  * This program is free software; you can redistribute it and/or modify
00009  * it under the terms of the GNU General Public License version 2 as
00010  * published by the Free Software Foundation.
00011  *
00012  * This program is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015  * GNU General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU General Public License
00018  * along with this program; if not, write to the Free Software
00019  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00020  ************************************************************************/
00021 
00022 #define DEFAULT_TEMP_FILE                       "/opt/nagios/var/tempfile"
00023 #define DEFAULT_TEMP_PATH                       "/tmp"
00024 #define DEFAULT_CHECK_RESULT_PATH               "/opt/nagios/var/spool/checkresults"
00025 #define DEFAULT_STATUS_FILE                     "/opt/nagios/var/status.dat"
00026 #define DEFAULT_LOG_FILE                        "/opt/nagios/var/icinga.log"
00027 #define DEFAULT_LOG_ARCHIVE_PATH                "/opt/nagios/var/archives/"
00028 #define DEFAULT_DEBUG_FILE                      "/opt/nagios/var/icinga.debug"
00029 #define DEFAULT_COMMENT_FILE                    "/opt/nagios/var/comments.dat"
00030 #define DEFAULT_DOWNTIME_FILE                   "/opt/nagios/var/downtime.dat"
00031 #define DEFAULT_RETENTION_FILE                  "/opt/nagios/var/retention.dat"
00032 #define DEFAULT_COMMAND_FILE                    "/opt/nagios/var/rw/icinga.cmd"
00033 #define DEFAULT_CONFIG_FILE                     "/opt/nagios/etc/icinga.cfg"
00034 #define DEFAULT_PHYSICAL_HTML_PATH              "/opt/nagios/share"
00035 #define DEFAULT_URL_HTML_PATH                   "/icinga"
00036 #define DEFAULT_PHYSICAL_CGIBIN_PATH            "/opt/nagios/sbin"
00037 #define DEFAULT_URL_CGIBIN_PATH                 "/icinga/cgi-bin"
00038 #define DEFAULT_CGI_CONFIG_FILE                 "/opt/nagios/etc/cgi.cfg"
00039 #define DEFAULT_LOCK_FILE                       "/opt/nagios/var/icinga.lock"
00040 #define DEFAULT_OBJECT_CACHE_FILE               "/opt/nagios/var/objects.cache"
00041 #define DEFAULT_PRECACHED_OBJECT_FILE           "/opt/nagios/var/objects.precache"
00042 #define DEFAULT_EVENT_BROKER_FILE               "/opt/nagios/var/broker.socket"
00043 #define DEFAULT_P1_FILE                         "/opt/nagios/bin/p1.pl" /**** EMBEDDED PERL ****/
00044 #define DEFAULT_AUTH_FILE                       ""                      /**** EMBEDDED PERL - IS THIS USED? ****/
 All Data Structures Files Functions Variables Typedefs Defines