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                       "/var/nagios/tempfile"
00023 #define DEFAULT_TEMP_PATH                       "/tmp"
00024 #define DEFAULT_CHECK_RESULT_PATH               "/var/nagios/spool/checkresults"
00025 #define DEFAULT_STATUS_FILE                     "/var/nagios/status.dat"
00026 #define DEFAULT_LOG_FILE                        "/var/nagios/icinga.log"
00027 #define DEFAULT_LOG_ARCHIVE_PATH                "/var/nagios/archives/"
00028 #define DEFAULT_DEBUG_FILE                      "/var/nagios/icinga.debug"
00029 #define DEFAULT_COMMENT_FILE                    "/var/nagios/comments.dat"
00030 #define DEFAULT_DOWNTIME_FILE                   "/var/nagios/downtime.dat"
00031 #define DEFAULT_RETENTION_FILE                  "/var/nagios/retention.dat"
00032 #define DEFAULT_COMMAND_FILE                    "/var/nagios/rw/icinga.cmd"
00033 #define DEFAULT_CONFIG_FILE                     "/etc/nagios/icinga.cfg"
00034 #define DEFAULT_PHYSICAL_HTML_PATH              "/usr/share/nagios"
00035 #define DEFAULT_URL_HTML_PATH                   "/nagios"
00036 #define DEFAULT_PHYSICAL_CGIBIN_PATH            "/usr/lib64/nagios/cgi"
00037 #define DEFAULT_URL_CGIBIN_PATH                 "/nagios/cgi-bin"
00038 #define DEFAULT_CGI_CONFIG_FILE                 "/etc/nagios/cgi.cfg"
00039 #define DEFAULT_LOCK_FILE                       "/var/run/icinga.pid"
00040 #define DEFAULT_OBJECT_CACHE_FILE               "/var/nagios/objects.cache"
00041 #define DEFAULT_PRECACHED_OBJECT_FILE           "/var/nagios/objects.precache"
00042 #define DEFAULT_EVENT_BROKER_FILE               "/var/nagios/broker.socket"
00043 #define DEFAULT_P1_FILE                         "/usr/bin/p1.pl"        /**** EMBEDDED PERL ****/
00044 #define DEFAULT_AUTH_FILE                       ""                      /**** EMBEDDED PERL - IS THIS USED? ****/

Generated on Wed Mar 30 17:22:22 2011 for icinga-core by  doxygen 1.4.7