44 lines
2.2 KiB
C
44 lines
2.2 KiB
C
/************************************************************************
|
|
*
|
|
* Nagios Locations Header File
|
|
* Written By: Ethan Galstad (egalstad@nagios.org)
|
|
* Last Modified: 04-30-2007
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
************************************************************************/
|
|
|
|
#define DEFAULT_TEMP_FILE "@localstatedir@/tempfile"
|
|
#define DEFAULT_TEMP_PATH "/tmp"
|
|
#define DEFAULT_CHECK_RESULT_PATH "@localstatedir@/spool/checkresults"
|
|
#define DEFAULT_STATUS_FILE "@localstatedir@/status.dat"
|
|
#define DEFAULT_LOG_FILE "@localstatedir@/nagios.log"
|
|
#define DEFAULT_LOG_ARCHIVE_PATH "@localstatedir@/archives/"
|
|
#define DEFAULT_DEBUG_FILE "@localstatedir@/nagios.debug"
|
|
#define DEFAULT_COMMENT_FILE "@localstatedir@/comments.dat"
|
|
#define DEFAULT_DOWNTIME_FILE "@localstatedir@/downtime.dat"
|
|
#define DEFAULT_RETENTION_FILE "@localstatedir@/retention.dat"
|
|
#define DEFAULT_COMMAND_FILE "@localstatedir@/rw/nagios.cmd"
|
|
#define DEFAULT_CONFIG_FILE "@sysconfdir@/nagios.cfg"
|
|
#define DEFAULT_PHYSICAL_HTML_PATH "@datadir@"
|
|
#define DEFAULT_URL_HTML_PATH "@htmurl@"
|
|
#define DEFAULT_PHYSICAL_CGIBIN_PATH "@sbindir@"
|
|
#define DEFAULT_URL_CGIBIN_PATH "@cgiurl@"
|
|
#define DEFAULT_CGI_CONFIG_FILE "@sysconfdir@/cgi.cfg"
|
|
#define DEFAULT_LOCK_FILE "@lockfile@"
|
|
#define DEFAULT_OBJECT_CACHE_FILE "@localstatedir@/objects.cache"
|
|
#define DEFAULT_PRECACHED_OBJECT_FILE "@localstatedir@/objects.precache"
|
|
#define DEFAULT_EVENT_BROKER_FILE "@localstatedir@/broker.socket"
|
|
#define DEFAULT_P1_FILE "@bindir@/p1.pl" /**** EMBEDDED PERL ****/
|
|
#define DEFAULT_AUTH_FILE "" /**** EMBEDDED PERL - IS THIS USED? ****/
|