]> git.pld-linux.org Git - packages/cacti.git/blob - cacti.cfg.php
- add logrotate, adapter
[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 = array();
9 // $plugins[] = 'thold';
10 // $plugins[] = 'monitor';
11 // $plugins[] = 'discovery';
12
13 /* This is full URL Path to the Cacti installation
14    For example, if your cacti was accessible by http://server/cacti/ you would user '/cacti/'
15    as the url path.  For just http://server/ use '/'
16 */
17 $config['url_path'] = '/cacti/';
This page took 0.642222 seconds and 3 git commands to generate.