File: config.inc.php.in

package info (click to toggle)
nagios4 4.4.6-4.1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 22,336 kB
  • sloc: ansic: 97,631; sh: 12,619; javascript: 5,483; perl: 2,624; makefile: 1,265; php: 381; ruby: 95
file content (20 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
//


$cfg['cgi_config_file']='@sysconfdir@/cgi.cfg';  // location of the CGI config file

$cfg['cgi_base_url']='@cgiurl@';


// FILE LOCATION DEFAULTS
$cfg['main_config_file']='@sysconfdir@/nagios.cfg';  // default location of the main Nagios config file
$cfg['status_file']='@localstatedir@/status.dat'; // default location of Nagios status file
$cfg['state_retention_file']='@localstatedir@/retention.dat'; // default location of Nagios retention file



// utilities
require_once(dirname(__FILE__).'/includes/utils.inc.php');

?>