]> git.pld-linux.org Git - packages/cacti.git/blob - cacti.cfg.php
- Add patch from date 2010/07/27 more info http://www.cacti.net/download_patches.php
[packages/cacti.git] / cacti.cfg.php
1 <?php
2 $database_type = 'mysql';
3 $database_default = 'cacti';
4 $database_hostname = 'localhost';
5 $database_username = 'mysql';
6 $database_password = '';
7
8 // $plugins[] = 'thold';
9 // $plugins[] = 'monitor';
10 // $plugins[] = 'discovery';
11
12 /* This is full URL Path to the Cacti installation
13    For example, if your cacti was accessible by http://server/cacti/ you would user '/cacti/'
14    as the url path.  For just http://server/ use '/'
15 */
16 $config['url_path'] = '/cacti/';
This page took 0.02862 seconds and 3 git commands to generate.